Skip to content

Instantly share code, notes, and snippets.

@thorvn
Created July 30, 2018 04:38
Show Gist options
  • Save thorvn/a38f9ee79411a09ab3ea8a1d824627d6 to your computer and use it in GitHub Desktop.
Save thorvn/a38f9ee79411a09ab3ea8a1d824627d6 to your computer and use it in GitHub Desktop.
mysql note

Change password

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment