源码之家

  • 首页
  • 文章
  • 问答
  • 下载
您的位置: 首页  >  文章  >  ERROR 1820 (HY000): You must reset your password

ERROR 1820 (HY000): You must reset your password

分类: 文章 • 2022-05-29 21:03:28

数据库安装后执行命令ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.


解决办法:

mysql> SET PASSWORD = PASSWORD('password123!');


mysql> ALTER USER 'root'@'localhost' PASSWORD EXPIRE NEVER;




相关推荐

  • linux mysql5.7及之后版本root用户密码过期(You must reset your password using ALTER USER)解决办法
  • 如何解决mysql创建表的时报错问题: You must reset your password using ALTER USER statement before executing this st
  • 【MAC mysql 5.7安装】报错ERROR 1820 (HY000): You must reset your password using ALTER USER statement解决方法
  • ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this st
  • mysql 密码过期(You must reset your password using ALTER USER statement before executing this statement)
  • mysql 密码过期 ERROR 1862 (HY000): Your password has expired. To log in you must change it using a clien
  • ERROR 1820 (HY000): You must reset your password using ALTER USER statement
  • ERROR 1820 (HY000): You must reset your password
  • ERROR 1862 (HY000): Your password has expired. To log in you must change it using a .....
  • ERROR 1820 (HY000): You must reset your password
  • MySQL存储引擎分类及操作介绍
  • sql server deadlock跟踪的4种实现方法
    网站免责声明 网站地图 最新文章 用户隐私 版权申明
本站所有数据收集于网络,如果侵犯到您的权益,请联系网站进行下架处理。   

Copyright © 2018-2021   Powered By 源码之家    备案号:   粤ICP备20058927号