SET SQL_LOG_BIN
SET SQL_LOG_BIN = {0|1}This statement enables or disables binary logging of SQL
statements for the current connection. It does not affect logging for
the activities of other threads and is reset to the default value when
the connection is closed. The statement requires
SUPER privileges. A value of 0 disables binary
logging; 1 enables it. Here is an example:
SET SQL_LOG_BIN = 0;