##MySQL Workbenchで接続情報を入力してTest Connectionを押すとエラーが発生
Connection using old (pre-4.1.1) authentication protocol refused (client option 'secure_auth' enabled)
##MySQLのバージョン
mysql --version
mysql Ver 14.12 Distrib 5.0.77, for redhat-linux-gnu (i686) using readline 5.1
##解消方法
MySQL WorkbenchのAdvancedタブにある、Uset the old authentication protocol.にチェックを入れる。
##参考