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

安装完绿色版MySQL修改密码:ERROR 1820 (HY000): You must reset your password using ALTER USER statement befo re executing this statement.

时间:2016-08-30 12:06:53      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:

mysql> update mysql.user set password=PASSWORD(‘123456‘) where User=‘root‘;
ERROR 1820 (HY000): You must reset your password using ALTER USER statement befo
re executing this statement.

 

参考:http://dev.mysql.com/doc/refman/5.6/en/alter-user.html

 

直接执行:set password=password(‘密码‘);

搞定!!!

安装完绿色版MySQL修改密码:ERROR 1820 (HY000): You must reset your password using ALTER USER statement befo re executing this statement.

标签:

原文地址:http://www.cnblogs.com/t1508001/p/5821452.html

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