Skip to content

Instantly share code, notes, and snippets.

@wirwolf
Created May 27, 2022 09:26
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 wirwolf/e865fc84e35ae2430fdd2faa7a61df2a to your computer and use it in GitHub Desktop.
Save wirwolf/e865fc84e35ae2430fdd2faa7a61df2a to your computer and use it in GitHub Desktop.
mysql_fix_connect_socket.sql
ALTER USER 'root'@'localhost' IDENTIFIED WITH 'mysql_native_password' BY <secret>
flush privileges
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment