1. 使用預設使用者 Root 、空密碼連結時的錯誤
Authentication plugin caching_sha2_password cannot be loaded: dlopen(/usr/local/mysql/lib/plugin/caching_sha2_password.so, 2): image not found
解法:重新設定密碼為 mysql_native_password
格式
ALTER USER 'root'@'localhost'; IDENTIFIED WITH mysql_native_password BY '';
2. 使用最新的 Sequel Pro 1.1.2 搭配 MySQL 8 開啟資料庫會直接跳出以下錯誤並 Crash
Sequel Pro encountered an unexpected error.