您现在的位置是:网站首页 > 代码编程 > JAVA开发JAVA开发
【原】ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.
不忘初心 2020-01-10 围观() 评论() 点赞() 【JAVA开发】
简介:在linux服务器上安装了mysql之后,首次执行sql时,会强制要求更改默认的初始密码:“ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.”。详细提示信息如下:[root@iZuf6ho556ymkgz5z68m95Zmysql]
在linux服务器上安装了mysql之后,首次执行sql时,会强制要求更改默认的初始密码:“ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.”。
详细提示信息如下:
[root@iZuf6ho556ymkgz5z68m95Z mysql]# mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.7.17
Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> show databases;
ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.
mysql>
mysql>
这是mysql自身的安全机制,可以不用在意,直接修改一下密码即可。
alter user 'root'@'localhost' identified by 'test..';
看完文章,有任何疑问,请加入群聊一起交流!!!
很赞哦! ()
相关文章
标签云
猜你喜欢
- IntelliJ IDEA 2019.2已经可以利用补丁永久破解激活了
- IntelliJ IDEA 2019.3利用补丁永久破解激活教程
- IntelliJ IDEA高版本最灵活的永久破解激活方法(含插件激活,时长你说了算)
- Jetbrains全家桶基于ja-netfilter的最新破解激活详细图文教程
- IntelliJ IDEA 2022.1永久破解激活教程(亲测可用,持续更新)
- 分享几个正版 IntelliJ IDEA 激活码(破解码、注册码),亲测可用,持续更新
- ja-netfilter到底需不需要mymap,2021.3.2版本激活失效?
- 如何激活idea2022.1及以上版本中的插件(亲测可用)
- 【史上最全】IntelliJ IDEA最新2022.1版本安装和激活视频教学(含插件)
- IntelliJ IDEA 2022.2 版本最新2099年永久激活方法,亲测可用,也可以开启新UI了。
站点信息
- 网站程序:spring + freemarker
- 主题模板:《今夕何夕》
- 文章统计:篇文章
- 标签管理:标签云
- 微信公众号:扫描二维码,关注我们