navicat 连接 mysql 出现Client does not support authentication protocol requested by server

【MySQL】navicat 连接 mysql 出现Client does not support authentication protocol requested by server解决方案


 

解决方法

打开 MySQL 8.0 Command Line Clinton

【MySQL】navicat 连接 mysql 出现Client does not support authentication protocol requested by server解决方案

输入密码进入,然后输入这段命令:ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '100342';

记得,有分号。

【MySQL】navicat 连接 mysql 出现Client does not support authentication protocol requested by server解决方案 

相关文章:

  • 2021-11-03
  • 2021-11-20
  • 2021-10-05
猜你喜欢
  • 2021-05-19
  • 2021-06-08
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案