MySQL5.7 报错 :

ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement

需要重新设置密码。那我们就重新设置一下密码,命令如下:

set password = password('123456');

 

相关文章:

  • 2022-02-23
  • 2021-05-25
  • 2022-12-23
  • 2021-08-15
  • 2021-08-12
  • 2021-06-20
  • 2021-06-07
猜你喜欢
  • 2021-08-23
  • 2021-10-17
  • 2022-12-23
相关资源
相似解决方案