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

发布时间:2023-11-21 16:42:52    发布者:文昌文城莱奥网络技术工作室    浏览次数:218

转自:https://www.cnblogs.com/zichuan/p/9203129.html

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

flush privileges;