关于mysql8.0配置navicat的问题
2018-08-18 本文已影响26人
Crazy2015
成功安装mysql8.0服务器端,连接Navicat会提示报错:
1251 Client does not support authentication protocol requested by server; consider upgrading MySQL client
解决方案
alter user 'root'@localhost IDENTIFIED WITH mysql_native_password by '你的密码';
localhost没有引号哦