007-解决Navicat报错1251-Client does not support authentication protocol requested by server;consider upg

Posted qiuniao

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了007-解决Navicat报错1251-Client does not support authentication protocol requested by server;consider upg相关的知识,希望对你有一定的参考价值。

报错:

技术图片

 解决方法:

输入select host,user,plugin,authentication_string from mysql.user;  看用户信息

技术图片

更改加密方式,重置密码:(原加密方式为:alter user ‘root‘@‘localhost‘ identified by  ‘123‘;)

alter user ‘root‘@‘localhost‘ identified by  ‘123‘; 

刷新权限:flush privileges;

再看看加密方式:

技术图片

没有乱码现象

再次尝试:

技术图片

 

以上是关于007-解决Navicat报错1251-Client does not support authentication protocol requested by server;consider upg的主要内容,如果未能解决你的问题,请参考以下文章