mysql提示:1045 access denied for user'root'@'localhost' using password yes

Posted

tags:

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

1.打开DOS进入mysql下bin目录(C:\Program Files\MySQL\MySQL Server 5.6\bin)

2.停止mysql服务,net stop  mysql

3.输入:mysqld --defaults-file="C:\Program Files\MySQL\MySQL Server 5.6\my-default.ini" --console --skip-grant-tables

4.重新打开一个DOS窗口,进入mysql下bin目录,输入:mysql -root  -p

5.提示输入密码,在Enter后面输入密码,进入mysql>

6.输入update (数据库名称) set password=PASSWORD(‘newpassword‘) where USER=‘root‘

7.输入FLUSH PRIVILEGES;

8.输入quit

OK!!!!!!!!!

以上是关于mysql提示:1045 access denied for user'root'@'localhost' using password yes的主要内容,如果未能解决你的问题,请参考以下文章

用heidisql连接远程mysql数据库提示SQL错误1045,Access denied for...

windows mysql提示:1045 access denied for user 'root'@'localhost' using password yes 解决

解决MySql 数据库 提示:1045 access denied for user 'root'@'localhost' using password yes(示例代

mysql打不开,提示#1045 - Access denied for user 'root'@'localhost' (using password: YES)

用工具软件远程链接数据库时报-1045 access denied错误

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