The online manual at http://www.mysql.com/doc/en/Replication_Options.html

says that these two variables:

max-relay-log-size=#
relay-log-purge=0|1

exist to control the size of the relay log. But when I try to start my slave server
with:


set-variable = max-relay-log-size=192MB
set-variable = relay-log-purge=1

in my.cnf it won't start. Am I using them right?


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



Reply via email to