Skip to content

Instantly share code, notes, and snippets.

@aalipar13
Created October 1, 2018 09:29
Show Gist options
  • Save aalipar13/9a6fd0ea84e27fe75daea0d2f7446365 to your computer and use it in GitHub Desktop.
Save aalipar13/9a6fd0ea84e27fe75daea0d2f7446365 to your computer and use it in GitHub Desktop.
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