Created
May 4, 2016 10:31
-
-
Save tairov/e4205a3b749c14990e677ae29d3daccc to your computer and use it in GitHub Desktop.
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
| USE mysql; | |
| ALTER USER 'root'@'localhost' IDENTIFIED WITH 'auth_socket'; | |
| UPDATE user SET password_expired='N', account_locked='N' WHERE user='root'; | |
| FLUSH PRIVILEGES; | |
| SHUTDOWN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment