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;

posted @ 2019-08-14 14:57  M号开发者  阅读(173)  评论(0编辑  收藏  举报