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

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

时间:2024-04-15 07:40:30

相关推荐

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

mysql8安装完成以后,修改初始密码报错:

mysql> ALTER USER ‘root’@’%’ IDENTIFIED WITH mysql_native_password BY ‘MyNewPass4!ysp123456’;

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

修改root的初始密码:

ALTER USER USER() IDENTIFIED BY 'MyNewPass4!ysp123456';

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