mysql 5.7安裝後,出現You must reset your password using ALTER USER statement before executing this stateme

mysql5.7 明明已經設置好密碼,但仍是提示要設置重置密碼:mysql

錯誤:You must reset your password using ALTER USER statement before executing this statement.sql

解決辦法:this

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

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

step 3: flush privileges;vi

相關文章
相關標籤/搜索