Home
|
简体中文
|
繁体中文
|
杂文
|
知乎专栏
|
Github
|
OSChina 博客
|
云社区
|
云栖社区
|
Facebook
|
Linkedin
|
视频教程
|
打赏(Donations)
|
About
13.7. ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.
上一页
第 13 章 FAQ
下一页
知乎专栏
|
多维度架构
13.7. ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.
这个错误来自 MySQL 5.7,首次登陆MySQL 5.7 必须修改密码
ALTER USER 'root'@'localhost' IDENTIFIED BY 'your_password';
Please enable JavaScript to view the
comments powered by Disqus.