Navicat连接MySQL Server8.0版本时出现Client does not support authentication protocol requested  by server;解决如下:

1、在开始程序里,找到MySQL下的mysql 8.0 Command line client

 

 

 2、打开运行,输入命令

 

2、 成功连接

 

 3、命令如下:

  1、use mysql;

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

  3、flush privileges;

 

 

posted on 2020-03-06 17:03  痴人谈情  阅读(314)  评论(0编辑  收藏  举报