MySQL Forums
Forum List  »  Replication

Re: MASTER_AUTO_POSITION always needed for GTID replication?
Posted by: Frederic Descamps
Date: January 05, 2018 02:51AM

Hi Lim,

When you used GTID you must enable MASTER_AUTO_POSITION.

Using the MASTER_AUTO_POSITION option tells the slave that transactions will be identified by GTIDs.

If you set it to NO then GTID won't be used, check this post that illustrates that: https://avdeo.com/2015/02/03/disabling-gtid-in-mysql-replication/

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MASTER_AUTO_POSITION always needed for GTID replication?
466
January 05, 2018 02:51AM


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.