yjx-Blog

 

use mysql;
update user set password=password(\'root\') where user=\'root\';
flush privileges;

修改root用户的密码为root

然后点击运行,就修改成功啦!

分类:

技术点:

相关文章:

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