使用连接Mysql时报错 Unable to load authentication plugin 'caching_sha2_password'. 问题的原因大多说mysql的密码认证调整,

但其实DBeaver并不是只有一种Mysql的连接选项 切换至数据库选择页面 选择MySQL8+版本下载驱动,测试连接会提醒

Public Key Retrieval is not allowed.

DBeaver报错Unable to load authentication plugin 'caching_sha2_password'. Unable to load authentication

此时设置 驱动属性>allowPublicKeyRetrieval 设置为true即可

DBeaver报错Unable to load authentication plugin 'caching_sha2_password'. Unable to load authenticationDBeaver报错Unable to load authentication plugin 'caching_sha2_password'. Unable to load authentication

相关文章:

  • 2021-06-30
  • 2021-06-05
  • 2021-06-12
  • 2021-12-15
  • 2021-08-11
  • 2021-09-29
  • 2021-06-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-17
  • 2021-09-25
  • 2022-12-23
  • 2022-01-01
相关资源
相似解决方案