Hello everyone,
I have installed the rpm MySQL-server and client package on Ubuntu, but when I enter the mysql terminal (code: mysql -u root -p) and when I give some commands it is doing nothing, for example if I type create database example1 an arrow just appears:
mysql> create database example
->
Did I forget to install or do something?? Or what could be the problem here
I have installed the rpm MySQL-server and client package on Ubuntu, but when I enter the mysql terminal (code: mysql -u root -p) and when I give some commands it is doing nothing, for example if I type create database example1 an arrow just appears:
mysql> create database example
->
Did I forget to install or do something?? Or what could be the problem here