鏈接mysql報錯:Access denied for user ‘root’@‘localhost’(using password: YES)的解決方法

linux系統mysql

1,在Linux,先進入/etc,修改my.cnf,任意一行加上"skip-grant-tables"。linux

2,重啓MySQL:service mysqld restartsql

3,use mysql;windows

update mysql.user set authentication_string=password('your new password') where user='root';spa

4,flush privileges;命令行

 

        exit;
5,重啓MySQL:service mysqld restart  (這步能夠省略)

 

windows系統rest

版本是5.7blog

一、默認安裝地址:C:\ProgramData\MySQL\MySQL Server 5.7ip

 

 二、打開my.ini,在mysqld下面加上  skip-grant-tablesstring

表示不用密碼就能夠登陸。

三、打開電腦的服務,重啓MySQL服務。

四、進入MySQL命令行

 

 不用輸入密碼,直接進入

五、use mysql;

update mysql.user set authentication_string=password('your new password') where user='root';

flush privileges;

六、再回到my.ini,給skip-grant-tables加上「#」,表示註釋掉。

七、重啓MySQL服務,便可。

相關文章
相關標籤/搜索