update user set password_expired='N' where host = '127.0.0.1';

update user set password=password('root') where user='root';

update user set host='%' where user='root' and host='localhost';

flush privileges;

 

相关文章:

  • 2021-12-15
  • 2022-12-23
  • 2021-09-12
  • 2021-09-25
  • 2021-08-16
  • 2021-05-11
猜你喜欢
  • 2021-07-09
  • 2022-01-11
  • 2021-12-25
  • 2022-12-23
  • 2022-01-24
  • 2022-12-23
相关资源
相似解决方案