Navicat 连接Mysql报错:Client does not support authentication protocol requested by server

遇到的问题:

 

解决办法:

use mysql;

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

flush privileges;

 

 

posted @ 2023-12-11 09:20  徐同保  阅读(0)  评论(0编辑  收藏  举报  来源