Created
November 8, 2016 11:37
-
-
Save aliemre/b884b201b43a51386c4351560cd4b1ec to your computer and use it in GitHub Desktop.
MySQL Reset Expired Password
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysql -u usename -p | |
mysql > SET PASSWORD = PASSWORD('your_new_password'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment