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的主要内容,如果未能解决你的问题,请参考以下文章
使用navicat连接 mysql时出现client does not support auth...upgrading Mysql Client
Navicat连接Mysql报错:Client does not support authentication protocol requested by server;
Navicat连接Docker中的mysql报错:client does not support authentication
Navicat 远程连接docker容器中的mysql 报错1251 - Client does not support authentication protocol 解决办法
Navicat 远程连接docker容器中的mysql 报错1251 - Client does not support authentication protocol 解决办法
navicat 连接 mysql 出现Client does not support authentication protocol requested by server解决方案