Navicat連接MySQL Server8.0版本Client does not support authentication protocol requested by server;解決如下

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

命令如下:

1use mysql;

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

3flush privileges;

4fhadmin.org;

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章