mysql8的坑,修改root用户的密码类型就行了

ALTER USER 'root'@'localhost' IDENTIFIED with mysql_native_password BY 'root' PASSWORD EXPIRE NEVER;
flush privileges;

相关文章:

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