Navicat连接MySQL Server8.0版本时出现Client does not support authentication protocol requested  by server;解决如下:

navicat 连接 mysql 出现Client does not support authentication protocol requested by server解决方案

navicat 连接 mysql 出现Client does not support authentication protocol requested by server解决方案

命令如下:

1、use mysql;

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

3、flush privileges;

相关文章: