MySQL Forums
Forum List  »  Replication

Re: Does replication also replicate table creation ?
Posted by: Domas Mituzas
Date: August 23, 2005 12:19AM

Yes, MySQL by default replicates table creation. It might depend on your replication setup, for example table wildcards. But usually there are not that much issues in there.

Sure, you can disable binlogging for a session, if you do not want your events to be replicated, but that is already an opposite hack.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Does replication also replicate table creation ?
2057
August 23, 2005 12:19AM


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.