11
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MySQL Workbench6でMySQL5.0.77に接続しようとするとConnection using old (pre-4.1.1) authentication protocol refused (client option 'secure_auth' enabled)のエラーが出る場合の解消法

Posted at

##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.にチェックを入れる。

##参考

11
11
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?