SET sql_log_bin = {0|1}
Disables or enables binary logging for the current session
(sql_log_bin
is a session
variable) if the client that has the
SUPER
privilege. The statement
fails with an error if the client does not have that privilege.
(Before MySQL 4.1.2, the statement was simply ignored in that
case.)
User Comments
Add your own comment.