MySQL Forums
Forum List  »  Replication

Re: Need to ignore ALTER TABLE command
Posted by: peter watters
Date: February 26, 2008 01:11PM

Turning binary logging off and on


mysql> SET @@session.sql_log_bin = 0;

mysql> ALTER TABLE WHATEVER etc...

mysql> SET @@session.sql_log_bin = 1;

Options: ReplyQuote


Subject
Views
Written By
Posted
6010
February 12, 2008 02:22PM
Re: Need to ignore ALTER TABLE command
2326
February 26, 2008 01:11PM


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.