Created
September 3, 2025 07:58
-
-
Save grzegorzblaszczyk/880da85a6651c43b4db33bb9ff347bb1 to your computer and use it in GitHub Desktop.
Set mysql root user with no password for localhost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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