Skip to content

Instantly share code, notes, and snippets.

@meisterk
Last active May 15, 2020 11:38
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 meisterk/e3c2d75c636c5358ddcf98b8b54850e5 to your computer and use it in GitHub Desktop.
Save meisterk/e3c2d75c636c5358ddcf98b8b54850e5 to your computer and use it in GitHub Desktop.
Change authentication method for mysql root.
ALTER USER 'root'@'localhost' IDENTIFIED with mysql_native_password BY 'mysql';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment