Skip to content

Instantly share code, notes, and snippets.

@martijngastkemper
Created June 2, 2015 09:20
Show Gist options
  • Save martijngastkemper/bf58f62d2b7405c8150c to your computer and use it in GitHub Desktop.
Save martijngastkemper/bf58f62d2b7405c8150c to your computer and use it in GitHub Desktop.
Reset user password.
UPDATE mysql.user SET Password=PASSWORD('MyNewPass') WHERE User='root';
FLUSH PRIVILEGES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment