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;

Logo

更多推荐