首页 > 其他 > 详细

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

时间:2016-09-25 19:02:26      阅读:184      评论:0      收藏:0      [点我收藏+]

 

报错

在连接mysql执行语句时报错:

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

 

解决办法

 

执行语句:

alter user ‘root‘@localhost identified by ‘root‘;

这样就可以了。

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

原文:http://www.cnblogs.com/yg_zhang/p/5906493.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!