Navicat连接MySQL Server8.0版本时出现Client does not suppo

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

Navicat连接MySQL Server8.0版本时出现Client does not suppo

命令如下:

1use mysql;

2alter user ‘root‘@‘localhost‘ identified with mysql_native_password by ‘root‘;

3flush privileges;

4fhadmin.org;

Navicat连接MySQL Server8.0版本时出现Client does not suppo


Navicat连接MySQL Server8.0版本时出现Client does not suppo

上一篇:Sql Sugar


下一篇:mysql8.0以后password()出错 && mysql连接不上