docker安装好mysql以后,映射端口,用navicat来连接,报错:1251-Client does not support authentication protocol requested by server; consider upgrading MySQL client
客户端不支持服务器请求的身份验证协议;考虑升级MySQL客户端,
应该就是版本不匹配的问题,
linux里面拉取的mysql镜像,升级起来可能太麻烦,我看了下navicat是11版本的,就下15版本的,再测试链接。成功
Navicat报错 Client does not support authentication protocol requested by server; consider upgrading M

相关文章:

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