Hi Team, I am trying to configure group replication on my windows machine locally. I configured all the parameter however when I am running "INSTALL PLUGIN group_replication SONAME 'group_replication.so'; I am getting below error.
ERROR 1126 (HY000): Can't open shared library 'E:\MySQL57\bin\lib\plugin\group_replication.so' (errno: 126 The specified module could not be found.)
did I miss any configuration parameter. my config file look like below.
server-id = 2
gtid_mode=ON
enforce_gtid_consistency=ON
master_info_repository=TABLE
relay_log_info_repository=TABLE
binlog_checksum=NONE
log_slave_updates=ON
log_bin=binlog
binlog_format=ROW
#Group Replication Configuration
transaction_write_set_extraction = XXHASH64
loose-group_replication_group_name = "MyTestGroupReplication"
loose-group_replication_start_on_boot=OFF
loose-group_replication_local_address="127.0.0.1:3310"
loose-group_replication_group_seeds= "127.0.0.1:3310,127.0.0.1:3311,127.0.0.1:3312"
loose-group_replication_bootstrap_group= off
ERROR 1126 (HY000): Can't open shared library 'E:\MySQL57\bin\lib\plugin\group_replication.so' (errno: 126 The specified module could not be found.)
did I miss any configuration parameter. my config file look like below.
server-id = 2
gtid_mode=ON
enforce_gtid_consistency=ON
master_info_repository=TABLE
relay_log_info_repository=TABLE
binlog_checksum=NONE
log_slave_updates=ON
log_bin=binlog
binlog_format=ROW
#Group Replication Configuration
transaction_write_set_extraction = XXHASH64
loose-group_replication_group_name = "MyTestGroupReplication"
loose-group_replication_start_on_boot=OFF
loose-group_replication_local_address="127.0.0.1:3310"
loose-group_replication_group_seeds= "127.0.0.1:3310,127.0.0.1:3311,127.0.0.1:3312"
loose-group_replication_bootstrap_group= off