use mysql;
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '新密码';
FLUSH PRIVILEGES;

相关文章:

  • 2021-07-21
  • 2021-09-18
猜你喜欢
  • 2021-08-08
  • 2021-12-16
  • 2021-12-06
  • 2021-12-06
  • 2021-07-30
  • 2022-01-15
  • 2021-12-21
相关资源
相似解决方案