Client does not support authentication protocol requested by server;

  

  Navicat连接MySQL Server8.0版本时出现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 @ 2020-02-16 23:13  AlexKing007  阅读(109)  评论(0编辑  收藏  举报