Created
January 29, 2020 06:39
-
-
Save kumaraswins/c33ebe33be5280876905140d8d20bd3b to your computer and use it in GitHub Desktop.
Change the default mysql password
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
| sudo mysql | |
| ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'new-password'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment