navicat连接msql Client does not support authentication protocol requested by server; consider upgradin

Posted 才小有

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了navicat连接msql Client does not support authentication protocol requested by server; consider upgradin相关的知识,希望对你有一定的参考价值。

alter user ‘root‘@‘localhost‘ identified with mysql_native_password by ‘****‘;


flush privileges;

 

进入权限后是 mysql->  这样,输入上面的取修改密码

千万别忘了最后面的分号!!!!

;;;


以上是关于navicat连接msql Client does not support authentication protocol requested by server; consider upgradin的主要内容,如果未能解决你的问题,请参考以下文章