Skip to content

Instantly share code, notes, and snippets.

@tairov
Created May 4, 2016 10:31
Show Gist options
  • Select an option

  • Save tairov/e4205a3b749c14990e677ae29d3daccc to your computer and use it in GitHub Desktop.

Select an option

Save tairov/e4205a3b749c14990e677ae29d3daccc to your computer and use it in GitHub Desktop.
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