Re: Master Switch (Or Write by SQL_THREAD only)

2006-11-25 Thread Mathieu Bruneau
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 wo

Re: Master Switch (Or Write by SQL_THREAD only)

2006-11-24 Thread Dominik Klein
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 -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http: