mac本地安装mysql后,navicat连接报错:

2059 - Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(../Frameworks/caching_sha2_password.so, 2): image not found

 

解决方法

在控制台登陆后重新改下密码即可

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '123456';

 

相关文章:

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