Dominik Klein a écrit :
>>   Is there a way to allow the
>>   SQL_THREAD to write while holding everything else ?
> 
> iptables -A INPUT -p tcp --dport 3306 -s MASTER_IP -j ACCEPT
> iptables -A INPUT -p tcp --dport 3306 -j REJECT
> 

Well technically that will refuse connection. Since the switch would be
made in like a few seconds, I was looking for a way to "hold" the query
in a queue for example...

-- 
Math
aka ROunofF

======
argontechnologies.ca


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

Reply via email to