Skip to content

Instantly share code, notes, and snippets.

@kumaraswins
Created January 29, 2020 06:39
Show Gist options
  • Save kumaraswins/c33ebe33be5280876905140d8d20bd3b to your computer and use it in GitHub Desktop.
Save kumaraswins/c33ebe33be5280876905140d8d20bd3b to your computer and use it in GitHub Desktop.
Change the default mysql password
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