Navicat连接Mysql报错:Client does not support authentication proto

上篇刚写了安装Mysql,想用Navicat去连接,然后就报错了,此处记录报错解决。

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

Navicat连接Mysql报错:Client does not support authentication protocol requested by server;

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;

col requested by server;

相关文章:

  • 2021-12-20
  • 2021-10-01
  • 2021-08-23
  • 2022-12-23
  • 2021-04-06
猜你喜欢
  • 2021-10-05
相关资源
相似解决方案