MySQL Forums
Forum List  »  Replication

Re: Error after reboot of the slave: ERROR 1794 (HY000): Slave is not configured or failed to initialize properly.
Posted by: Charles Knighton
Date: August 29, 2016 03:06PM

We are setting up multi-master replication with GTIDs enabled. We've run:
SET GLOBAL ENFORCE_GTID_CONSISTENCY = ON;
SET GLOBAL gtid_mode= ON;
SET GLOBAL gtid_mode= OFF_PERMISSIVE;
SET GLOBAL gtid_mode= ON;
and:
SET GLOBAL master_info_repository = 'TABLE';
SET GLOBAL relay_log_info_repository = 'TABLE';
Following this guide: https://fromdual.com/replication-in-a-star

Show slave status shows blank.
Master status as shown: CHANGE MASTER TO MASTER_HOST='192.168.0.126', MASTER_PORT=3306, MASTER_USER='replicator', MASTER_PASSWORD='X', MASTER_AUTO_POSITION=1 FOR CHANNEL 'mysql-tony2';

My server is set as ID: 1 and then we have an ID 2 and 3 on the network as well.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Error after reboot of the slave: ERROR 1794 (HY000): Slave is not configured or failed to initialize properly.
2495
August 29, 2016 03:06PM


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.