MySQL Forums
Forum List  »  Replication

Annoying typo in MySQL Replication documentation
Posted by: Kevin Morse
Date: July 08, 2019 12:37AM

Was not sure where to post this but it caused me a fair amount of pain today so hopefully someone can fix it.

The instructions for enabling GTID replication without going offline https://dev.mysql.com/doc/refman/8.0/en/replication-mode-change-online-enable-gtids.html has the typo.

The very last step (9) says "On each server, add gtid-mode=ON to my.cnf."

This is wrong. gtid-mode is not a valid command. It should be gtid_mode=ON with an underscore instead of a dash.

I believe also that enforce_gtid_consistency=ON should also be added.

Options: ReplyQuote


Subject
Views
Written By
Posted
Annoying typo in MySQL Replication documentation
793
July 08, 2019 12:37AM


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.