侧边栏壁纸
博主头像
学海无涯博主等级

学无止境

  • 累计撰写 321 篇文章
  • 累计创建 80 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

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

利刃
2017-03-27 / 0 评论 / 0 点赞 / 6 阅读 / 721 字
温馨提示:
本文最后更新于 2024-08-13,若内容或图片失效,请留言反馈。部分素材来自网络,若不小心影响到您的利益,请联系我们删除。
在mysql 5.7 中,进入mysql执行操作时 ,出现以下提示
mysql> select version();
ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.
执行以下命令进行更改密码
mysql> ALTER USER 'root'@'localhost' IDENTIFIED BY 'Hi$12345';
Query OK, 0 rows affected (0.00 sec)
出现ERROR 1819 (HY000): Your password does not satisfy the current policy requirements错误 请转至 ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

2017-3-27 11:20:13

0
  1. 支付宝打赏

    qrcode alipay
  2. 微信打赏

    qrcode weixin

评论区