Created
March 12, 2024 09:26
-
-
Save abdulwaheedsyed/f86e6a9ad402ac7165d1b1a5a1546331 to your computer and use it in GitHub Desktop.
MySQL 8 Unlock root@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 mysql_native_password BY 'P@ssw0rd'; | |
| FLUSH PRIVILEGES; |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please don't ever use this in production!!!