Navicat连接Mysql报错:Client does not support authentication protocol requested by server;

微信图片_20190724195721.png

命令如下:

1、use mysql;

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

3、flush privileges;

你可能感兴趣的:(Navicat连接Mysql报错:Client does not support authentication protocol requested by server;)