Created
October 1, 2018 09:29
-
-
Save aalipar13/9a6fd0ea84e27fe75daea0d2f7446365 to your computer and use it in GitHub Desktop.
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
mysql> USE mysql; | |
mysql> UPDATE user SET authentication_string=PASSWORD("linuxconfig.org") WHERE User='root'; | |
mysql> UPDATE user SET 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