navicat 连接mysql 出现 Client does not support authentication protocol requested by server

进入到mysql;

 

alter user 'root'@'%' identified with mysql_native_password by '123456';

FLUSH PRIVILEGES;

  

posted @ 2019-03-02 16:07  苍舒  阅读(122)  评论(0)    收藏  举报