3xiaoleilei

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;

分类:

技术点:

相关文章:

  • 2021-10-21
  • 2021-12-25
  • 2021-12-01
  • 2021-08-03
  • 2021-04-14
  • 2021-04-11
猜你喜欢
  • 2021-04-30
  • 2021-09-29
  • 2021-12-11
  • 2022-12-23
  • 2021-12-25
  • 2022-01-14
相关资源
相似解决方案