2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

MySQL接続エラーの原因

Posted at

はじめに

はじめに、以下のようなエラーに出会したことはありますか?

ERROR 2013 : mysqlxx::ConnectionFailed: Lost connection to MySQL server at 'handshake: reading inital communication packet', system error: 104 ((nullptr):0). (ALL_CONNECTION_TRIES_FAILED)

このエラーが出たらファイアウォールの可能性を疑ってください。
要は、外部からのアクセスができず、通信エラーが発生している可能性が高いです。ファイアーウォールの設定でMySQLの動作しているポートが閉じていないか確認しましょう。

以上。

参考

Lost connection to MySQL server at 'reading initial communication packet', system error: 0

2
3
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
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?