Quantcast
Channel: MySQL Forums - Replication
Viewing all articles
Browse latest Browse all 1562

Group replication on windows error 1126 (no replies)

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

Viewing all articles
Browse latest Browse all 1562

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>