Access denied for user 'root'@'localhost' (using password:YES) 解决方案

Posted IT-物语

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Access denied for user 'root'@'localhost' (using password:YES) 解决方案相关的知识,希望对你有一定的参考价值。

*********************************感谢互联网
 
解决方案:
1、打开mysql目录下的my.ini文件,在文件的最后添加一行“skip-grant-tables”,保存并关闭文件。
2、重启MySQL服务。
3、在命令行中输入“mysql -uroot -p”(不输入密码),回车即可进入数据库。
4、执行,“use mysql;”使用mysql数据库。
5、执行,“update user set password=PASSWORD("root") where user=‘root‘;”(修改root的密码)
(期间我还select下user表中的记录,查询全部的时候显示了一些乱码,然后我只查询了user表中的Host、User、Password字段,貌似当时显示了3条记录,有1个没有名称。当然,为了解决问题,这些我也管不了了。)
6、打开MySQL目录下的my.ini文件,删除最后一行的“skip-grant-tables”,保存并关闭文件。
7、重启MySQL服务。
8、在命令行中输入“mysql -u root -p root”

以上是关于Access denied for user 'root'@'localhost' (using password:YES) 解决方案的主要内容,如果未能解决你的问题,请参考以下文章

ERROR 1045 (28000): Access denied for user ‘root‘@

MySql access denied for user错误

ERROR 1045 (28000): Access denied for user ‘roort‘

Mysql Access denied for user 'root'

MySQL Access denied for user root@localhost 解决方法

Access Denied for user root @localhost 解决方案