Created
May 2, 2021 12:33
-
-
Save marczhermo/74ec27d17de0eb27ae349de0bcca1941 to your computer and use it in GitHub Desktop.
Reset Root 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
use mysql; | |
update user set authentication_string=password(''), plugin='mysql_native_password' where user='root'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment