关于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 '你的密码';

https://stackoverflow.com/questions/50093144/mysql-8-0-client-does-not-support-authentication-protocol-requested-by-server

localhost没有引号哦

上一篇 下一篇

猜你喜欢

热点阅读