Group replication on windows error 1126
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
Subject
Views
Written By
Posted
Group replication on windows error 1126
2061
July 20, 2017 06:15AM
789
August 10, 2017 08:55AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.