Issue
phpMyAdmin give this error.
MySQL said:
#1045 - Access denied for user 'root'@'localhost' (using password: YES) phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.
Solution
I had to set:
$cfg['Servers'][$i]['AllowNoPassword'] = true
in apps/phpmyadmin/config.inc.php
Answered By - Zeus
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.