Im'using the MySQL 3.23,
I've found the following commands
SET SQL_LOG_BIN=0 Disables update logging if the user has process privilege. Ignored otherwise. (Master)
SET SQL_LOG_BIN=1 Re-enables update logging if the user has process privilege. Ignored otherwise. (Master)
in the http://www.scit.wlv.ac.uk/appdocs/mysql/manual_toc.html manual ...
I suppose they enable/disable the binary log production, is it right? I mean: all the log production, not just for the current client, is it right??
.
Why they don't work properly???
Which is the right way to enable / disable ALL the LOG production at run time, if any?
thanks Enrico
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]