Tôi vừa cài đặt MySQL Ver 14,14 Distrib 5.7.22 với Homebrew trên macOS v10.13.4 của tôi.
Tôi chạy lệnh:
brew install mysql
Sau khi cài đặt hoàn tất, theo chỉ dẫn của Homebrew, tôi đã chạy lệnh:
mysql_secure_installation
và được trả về lỗi:Error: Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/usr/local/Cellar/mysql/5.7.22/lib/plugin/caching_sha2_password.so, 2): image not found
Tôi đã thử một vài thứ như thay đổi default_authentication_plugin thành mysql_native_password trong tệp my.cnf nhưng nó vẫn đưa ra lỗi tương tự.
Tiếp theo tôi đã thử chạy:
mysql_upgrade -u root
và tôi lại bị lỗi tương tựmysql_upgrade: Got error: 2059: Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/usr/local/Cellar/mysql/5.7.22/lib/plugin/caching_sha2_password.so, 2): image not found while connecting to the MySQL server
Upgrade process encountered error and will not continue.
Bất kỳ trợ giúp được đánh giá cao.