Hi Folks-
Recently, I've installed mySql v. 5.5.8. After double-clicking the mySql.exe executable file and getting a mysql> prompt, I typed in the following command:
mysql> create database learnsql;
...and I get the following error:
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'learnsql'
I'd appreciate if anyone can provide any insight or the steps required to resolve this problem.
Thank you,
SB
Recently, I've installed mySql v. 5.5.8. After double-clicking the mySql.exe executable file and getting a mysql> prompt, I typed in the following command:
mysql> create database learnsql;
...and I get the following error:
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'learnsql'
I'd appreciate if anyone can provide any insight or the steps required to resolve this problem.
Thank you,
SB