我在个人电脑上使用 WAMP Server 2.2。在 phpMyAdmin (版本5.5.24)中,我编辑了‘ root’用户(使用‘ localhost’host) ,并将密码设置为‘ 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?