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

數據庫出現以上異常的時候能夠執行下面這些語句進行修復:數據庫

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

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

step 3: flush privileges;word

相關文章
相關標籤/搜索