MySQL Forums
Forum List  »  Replication

Re: Annoying typo in MySQL Replication documentation
Posted by: Paul Dubois
Date: July 12, 2019 09:26AM

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

Why is it wrong? In my.cnf files, dash and underscore in parameter names are equivalent. These should both work:

gtid_mode=ON
gtid-mode=ON

Do you find that not to be the case?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Annoying typo in MySQL Replication documentation
886
July 12, 2019 09:26AM


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.