程序员社区

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

Navicat连接MySQL Server8.0版本时出现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 'root';

3、flush privileges;

4、fhadmin.org;

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

赞(0) 打赏
未经允许不得转载:IDEA激活码 » Navicat连接MySQL Server8.0版本时出现Client does not support authentication protocol requested by server;解决

相关推荐

  • 暂无文章

一个分享Java & Python知识的社区