Skip to content

Instantly share code, notes, and snippets.

@Mukundhan-I2I
Created September 11, 2019 07:57
Show Gist options
  • Save Mukundhan-I2I/4f44673312be74c763940cd47144dcdf to your computer and use it in GitHub Desktop.
Save Mukundhan-I2I/4f44673312be74c763940cd47144dcdf to your computer and use it in GitHub Desktop.
Access denied for user 'root'@'localhost'
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