出现Client does not support authentication protocol requested by server

以下自己网上找到的解决方案

alter user 'test'@'%' identified with mysql_native_password by '123';

test是用户名,%是指定任意链接,mysql_native_password是旧的密码验证机制,123是密码。

 

最后问题解决: 

navicat 连接 mysql 出现Client does not support authentication protocol requested by server

 

相关文章:

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