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;
注意密码一定在英文状态下输入
参考:https://www.cnblogs.com/zichuan/p/9203129.html