navicat 连接 mysql 出现Client does not support authentication protocol requested by server解决方案
Posted 伴月行乐
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了navicat 连接 mysql 出现Client does not support authentication protocol requested by server解决方案相关的知识,希望对你有一定的参考价值。
安装了navicat 和 mysql,结果最后在navicat中连接mysql时,出现了如下错误提示:
Client does not support authentication protocol requested by server; consider upgrading MySQL client
解决方法:在mysqll里依次输入
1 USE mysql; 2 ALTER USER ‘root‘@‘localhost‘ IDENTIFIED WITH mysql_native_password BY ‘831015‘; 3 FLUSH PRIVILEGES;
记得点赞收藏。
以上是关于navicat 连接 mysql 出现Client does not support authentication protocol requested by server解决方案的主要内容,如果未能解决你的问题,请参考以下文章
使用navicat连接 mysql时出现client does not support auth...upgrading Mysql Client
使用navicat连接mysql8.0.12版本 出现client does not support。。。解决办法
MySQL——navicat 连接 mysql 出现1251Client does not support authentication protocol requested by server的解决
navicat连接mysql出现Client does not support authentication protocol requested by server解决方案
navicat 连接 mysql 出现1251Client does not support authentication protocol requested by server
Navicat连接Mysql报错:Client does not support authentication protocol requested by server;