LoginSignup
0
0

More than 5 years have passed since last update.

MySQLのGroup ReplicationがERROR 3096 (HY000): で開始できない時の確認点

Posted at
mysql> START GROUP_REPLICATION;
ERROR 3096 (HY000): The START GROUP_REPLICATION command failed as there was an error when initializing the group communication layer.

こんなエラーが出た時には、次の点をまず確認する

my.cnf等に記述しているIPアドレスと実際のIPアドレスが食い違っているとこのエラーとなる。
loose-group_replication_local_address= "192.168.4.94:3300"

対象サーバには二つのIPアドレスが付いていて、二番目のIPアドレスを設定していました。
この場合、実際の通信は1番目のIPアドレス、設定ファイルには2番目のIPアドレスで食い違いがあり、エラーとなっていました。

0
0
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
0
0