废话不多说直接上图。

解决客户端MySQL 连接 Mysql 8.0.11 出现1251- Client does not support authentication protocol 错误

说明:

ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY '你的密码';

 FLUSH PRIVILEGES;

解决客户端MySQL 连接 Mysql 8.0.11 出现1251- Client does not support authentication protocol 错误

相关文章:

  • 2021-05-17
  • 2022-01-18
  • 2021-04-15
  • 2021-07-27
  • 2021-05-03
  • 2021-11-21
猜你喜欢
  • 2021-04-09
相关资源
相似解决方案