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