使用Navicat连接显示如下的错误: 

navicat 连接docker mysql 2059 - Authentication plugin 'caching_sha2_password' cannot be loaded: ....

原因是docker mysql为最新的,更换了新的身份验证插件(caching_sha2_password), 原来的身份验证插件为(mysql_native_password)


首先登陆docker mysql

navicat 连接docker mysql 2059 - Authentication plugin 'caching_sha2_password' cannot be loaded: ....

navicat 连接docker mysql 2059 - Authentication plugin 'caching_sha2_password' cannot be loaded: ....

相关文章:

  • 2021-06-18
  • 2022-12-23
  • 2021-12-10
  • 2021-10-06
  • 2021-12-31
猜你喜欢
  • 2021-04-07
  • 2021-04-06
  • 2021-11-09
  • 2022-01-21
  • 2022-12-23
  • 2021-10-29
相关资源
相似解决方案