Navicat for MySQL连接mysql提示Client does not support authentication protocol requested by server; consider upgrading MySQL client

客户端不支持服务器请求的身份验证协议;考虑升级MySQL客户端

解决方案:

1、use mysql;

2、alter user 'root'@'localhost' identified with mysql_native_password by '********';

3、flush privileges;

posted @ 2018-12-03 15:29  _Pap  阅读(386)  评论(0)    收藏  举报