1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > mysql 密码 You must reset your password using ALTER USER statement before executing this statement....

mysql 密码 You must reset your password using ALTER USER statement before executing this statement....

时间:2021-03-14 05:02:29

相关推荐

mysql 密码 You must reset your password using ALTER USER statement before executing this statement....

mysql error You must reset your password using ALTER USER statement before executing this statement.

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

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

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

step 3:flush privileges;

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

参考1:/doc/refman/5.6/en/alter-user.html

参考2:/doc/refman/5.7/en/password-expiration-policy.html

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

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。