码迷,mamicode.com
首页 > 数据库 > 详细

mysql 5.7报错

时间:2018-04-09 11:14:31      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:password   ide   cut   stat   mys   修改用户密码   database   bsp   user   

5.7.4版本后就有了这么一个东西Password Expiration Policy

mysql> show databases;
ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.

解决办法
1、 修改用户密码
mysql> alter user ‘root‘@‘localhost‘ identified by ‘youpassword‘;  

 

2、刷新权限
mysql> flush privileges;

mysql 5.7报错

标签:password   ide   cut   stat   mys   修改用户密码   database   bsp   user   

原文地址:https://www.cnblogs.com/jo-yexing/p/8757326.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!