Skip to content

Instantly share code, notes, and snippets.

@Wellers0n
Last active September 9, 2019 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wellers0n/830c0e545d050a3a624e59986ed793b0 to your computer and use it in GitHub Desktop.
Save Wellers0n/830c0e545d050a3a624e59986ed793b0 to your computer and use it in GitHub Desktop.
Change password mysql
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '';FLUSH PRIVILEGES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment