1. 程式人生 > >Navicat連線Mysql報錯:Client does not support authentication protocol requested by server;

Navicat連線Mysql報錯:Client does not support authentication protocol requested by server;

開發十年,就只剩下這套架構體系了! >>>   

  上篇剛寫了安裝Mysql,想用Navicat去連線,然後就報錯了,此處記錄報錯解決。

  Navicat連線MySQL Server8.0版本時出現Client does not support authentication protocol requested  by server;解決如下:

命令如下:

1、use mysql;

2、alter user 'root'@'localhost' identified with mysql_native_password by '********';

3、flus