码迷,mamicode.com
首页 > 其他好文 > 详细

You must reset your password using ALTER USER

时间:2018-05-07 10:23:17      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:root   提示   dev   statement   word   设置   lte   div   gpo   

 

安装完mysql 之后,登陆以后,不管运行任何命令,总是提示这个

step 1: SET PASSWORD = PASSWORD(‘your new password‘);

step 2: ALTER USER ‘root‘@‘localhost‘ PASSWORD EXPIRE NEVER;

step 3: flush privileges;

完成以上三步退出再登,使用新设置的密码就行了,以上除了红色的自己修改成新密码外,其他原样输入即可

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

参考2: http://dev.mysql.com/doc/refman/5.7/en/password-expiration-policy.html

参考3: http://stackoverflow.com/questions/33467337/reset-mysql-root-password-using-alter-user-statement-after-install-on-mac

You must reset your password using ALTER USER

标签:root   提示   dev   statement   word   设置   lte   div   gpo   

原文地址:https://www.cnblogs.com/caogen1991/p/9001118.html

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