Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save PraneethKarnena/fafad6cbc74cee18b8ebec00c9a9a966 to your computer and use it in GitHub Desktop.
Save PraneethKarnena/fafad6cbc74cee18b8ebec00c9a9a966 to your computer and use it in GitHub Desktop.
Fix MySQL Unable to load authentication plugin 'caching_sha2_password'
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment