fengzifengfeng

通过登录mysql系统,
# mysql -uroot -p
Enter password: 【输入原来的密码】
mysql>use mysql;
mysql> update user set password=passworD("test") where user=\'root\';
mysql> flush privileges;
mysql> exit;

分类:

技术点:

相关文章:

  • 2021-10-16
  • 2021-10-01
  • 2022-03-03
  • 2022-01-29
  • 2021-12-03
  • 2021-10-05
猜你喜欢
  • 2022-12-23
  • 2021-12-03
  • 2021-12-27
相关资源
相似解决方案