At 14:07 -0500 11/15/05, Jeff wrote:
Hey all,

I need to do some repairs on a replication master/slave and can't
remember the command to turn off bin logging on the master for a single
session.

Set session log_bin = off;

Just returns an error: ERROR 1193: Unknown system variable 'LOG_BIN'

MySQL ver 4.1.13

You want the SQL_LOG_BIN option.

http://dev.mysql.com/doc/refman/5.0/en/set-option.html

--
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to