Skip to content

Instantly share code, notes, and snippets.

@ynwd
Created January 18, 2019 03:51
Show Gist options
  • Save ynwd/d7dc16c2b78207f4cd46fa153a118536 to your computer and use it in GitHub Desktop.
Save ynwd/d7dc16c2b78207f4cd46fa153a118536 to your computer and use it in GitHub Desktop.
Mysql
Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/usr/local/mysql/lib/plugin/caching_sha2_password.so, 2): image not found
ALTER USER 'root' IDENTIFIED WITH mysql_native_password BY 'root';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment