1、命令行登录mysql :mysql -u root -p

navicat 连接 mysql 报错:client does not support authentication protocal requested by server

2、在mysql> 输入命令:alter user 'root'@'%' identified with mysql_native_password by 'root';

3、用navicat尝试再次连接,成功!

 

相关文章:

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