MySQL - cannot create new database
Under Server Admin I set the Root password, left the default database location at /var/mysql/ and started the MySQL service. All seems fine and the MySQL service light is green.
Using Terminal, if I enter "mysql" then show "databases;" it shows me one database called "information_schema".
Using Terminal, if I log in as the root user, using "mysql -u root -p" then enter the root password, then enter "show databases;" it shows me two databases called "information_schema" and "mysql".
I presume the above two items indicate that things are running fine.
Now, still logged in as root, I try to create a database by entering at the mysql> prompt "create database zzztest;". Nothing happens other than the cursor returns to the start of the next line and further commands such as "exit" do nothing. Needless to say, the new database is not created.
Using Sequel Pro on my desktop machine, I can connect fine to MySQL running on the Mini. When I attempt to create a database, it hangs and I have to force-quit Sequel Pro.
Stumped completed. Anyone have any ideas? Many thanks in advance.