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
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: