 |
MySQL :: Re: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
I had the same problem, this solution worked for me. You will need to reset the password. First start the mysql server instance or daemon with the --skip-grant-tables option. (security setting) Then Execute these statements. # mysql -u root mysql mysql> U
forums.mysql.com |
 |