使用navicat连接mysql报错

mysql caching_sha2_password异常分析

解决办法:

通过命令行登录mysql后,
输入:
alter user 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '123456';
更改root账户使用的验证插件为mysql_native_password。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-20
  • 2021-08-06
  • 2021-06-09
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-25
  • 2022-12-23
  • 2021-04-10
  • 2021-12-28
  • 2021-12-25
  • 2021-11-14
相关资源
相似解决方案