博客 / 列表

MySQL實戰作者 - MySQL 8.4:未使用 mysql_native_password 卻報插件未加載(Plugin 'mysql_native_password' is not loaded)?

現象 最近遇到一個有趣的案例:在一個新創建的 MySQL 8.4 實例中,使用用户 u2 登錄時,返回了Plugin 'mysql_native_password' is not loaded錯誤。 $ mysql -h127.0.0.1 -P3316 -uu2 -p123 mysql: [Warning] Using a password on the command line

MySQL , 數據庫