Navicat连接Mysql报错: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;

连接成功

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;