phpMyAdmin 访问被拒绝
phpMyAdmin 给出这个错误。
MySQL 说道:
#1045 - 用户“root”@“localhost”的访问被拒绝(使用密码:YES) phpMyAdmin 尝试连接 MySQL 服务器,但服务器拒绝连接。您应该检查配置中的主机、用户名和密码,并确保它们与 MySQL 服务器管理员提供的信息相对应。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我必须设置:
在 apps/phpmyadmin/config.inc.php 中
I had to set:
in apps/phpmyadmin/config.inc.php
您是否尝试过不使用密码?默认情况下,未设置 root 密码。如果您使用的是 Linux,请尝试通过直接访问 mysqldb 来重置密码。也许这个链接可以帮助:
http://ubuntuforums.org/showthread.php?t=227704
Did you maybe try using no password ? By default password for root isn't set. If you are on linux try resetting the password by directly accessing the mysqldb. Maybe this link can help :
http://ubuntuforums.org/showthread.php?t=227704