MySQL 8 + macOS 错误:Authentication plugin 'caching_sha2_password' cannot be loade

435 阅读1分钟

错误信息:

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'@'localhost' IDENTIFIED WITH mysql_native_password BY 'yourpassword';