DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info.gz) SET SQL_LOG_BIN

Info Catalog (mysql.info.gz) RESET MASTER (mysql.info.gz) Replication Master SQL (mysql.info.gz) SHOW BINLOG EVENTS
 
 13.6.1.3 `SET SQL_LOG_BIN' Syntax
 .................................
 
      SET SQL_LOG_BIN = {0|1}
 
 Disables or enables binary logging for the current connection
 (`SQL_LOG_BIN' is a session variable) if the client connects using an
 account that has the `SUPER' privilege.  The statement is refused with
 an error if the client does not have that privilege. (Before MySQL
 4.1.2, the statement was simply ignored in that case.)
 
Info Catalog (mysql.info.gz) RESET MASTER (mysql.info.gz) Replication Master SQL (mysql.info.gz) SHOW BINLOG EVENTS
automatically generated byinfo2html