正常安装完Navicat for Mysql和MySql8.0后使用Navicat for Mysql新建连接时遇到错误:
“1251-Client does not support authentication protocol requested by server;consider upgrading MySQL client”
解决方案:
alter user 'root'@'localhost' identified with mysql_native_password by '123456';
再用账号root密码123456连接即可