#在数据库的命令行中输入以下代码即可解决,密码必须要修改 可以再次执行将密码改回来。


use mysql; ALTER USER
'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';

 

相关文章:

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