Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save grzegorzblaszczyk/880da85a6651c43b4db33bb9ff347bb1 to your computer and use it in GitHub Desktop.

Select an option

Save grzegorzblaszczyk/880da85a6651c43b4db33bb9ff347bb1 to your computer and use it in GitHub Desktop.
Set mysql root user with no password for localhost
ALTER USER 'root'@'localhost' IDENTIFIED WITH auth_socket;
FLUSH PRIVILEGES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment