Skip to content

Instantly share code, notes, and snippets.

@sarkarshuvojit
Created September 24, 2018 07:22
Show Gist options
  • Save sarkarshuvojit/e70392623395b2939c143c0c15925842 to your computer and use it in GitHub Desktop.
Save sarkarshuvojit/e70392623395b2939c143c0c15925842 to your computer and use it in GitHub Desktop.
Ubuntu 18.04 Lamp Setup Mysql password rest
sudo mysql -u root
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'test';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment