我在 PC 上使用 WAMP Server 2.2。在 phpMyAdmin(版本 5.5.24)中,我编辑了“root”用户(使用“localhost”主机)并给它一个密码“root”。事实证明,这是我试图挽回的一个大错误。现在,当我转到localhost/phpmyadmin/时,我得到左侧的数据库菜单,但主框架有一个错误,内容如下:
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
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.
如果我转到127.0.0.1/phpmyadmin,我不会收到错误消息,并且一切正常。
我尝试将用户的密码改回无密码;我尝试修改 config.inc.php 文件以添加新密码(但这使 phpMyAdmin 完全出错);我尝试删除并重新创建 root/localhost 用户。似乎没有任何效果。root/localhost 用户似乎没有密码和所有权限,但错误仍然存在。
有什么想法或如何让该用户的访问权限恢复正常而无需重新安装 WAMP?