

MySQL Error 1045 Troubleshooting
Error Message:
ERROR 1045: Access denied for user:
This error may occur if a password has not been specified
during the mysql login process. Solution: Either enter a password when
logging into mysql or specify a default password in the /etc/my.cnf
or ~username/my.cnf file.

