Pages

Tuesday, December 25, 2012

ERROR 1044 (42000): Access denied for user ' '@'localhost' to database 'test'

This error may arise when running mysql from ubuntu terminal. To fix this, type:
mysql -u root -p
in the bash instead of mysql terminal.

No comments: