Skip to content

Instantly share code, notes, and snippets.

@Nav-Appaiya
Created September 12, 2020 22:29
Show Gist options
  • Select an option

  • Save Nav-Appaiya/166d0feda152da5d8a8d3d74e37038fe to your computer and use it in GitHub Desktop.

Select an option

Save Nav-Appaiya/166d0feda152da5d8a8d3d74e37038fe to your computer and use it in GitHub Desktop.
mysql could not authenticate sha2 password error
ALTER USER 'yourusername'@'localhost' IDENTIFIED WITH mysql_native_password BY 'youpassword';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment