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

报错:

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

 解决方法:

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

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

更改加密方式,重置密码:(原加密方式为: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

没有乱码现象

再次尝试:

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

 

上一篇:cxf之生成客户端代码


下一篇:Spring boot maven项目报错unable to find valid certification path to requested target