Skip to content

Instantly share code, notes, and snippets.

@aliemre
Created November 8, 2016 11:37
Show Gist options
  • Save aliemre/b884b201b43a51386c4351560cd4b1ec to your computer and use it in GitHub Desktop.
Save aliemre/b884b201b43a51386c4351560cd4b1ec to your computer and use it in GitHub Desktop.
MySQL Reset Expired Password
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