RE: restricting port 3306 connections to localhost

2002-11-15 Thread Tom Morgan
, 2002 10:47 AM To: '[EMAIL PROTECTED]' Subject: Re: restricting port 3306 connections to localhost Joseph Bueno wrote something about SQL: >>You can also restrict port 3306 to localhost with : >>bind-address = 127.0.0.1 >>in /etc/my.cnf > Or even: iptables -A INP

Re: restricting port 3306 connections to localhost

2002-11-15 Thread Michael T. Babcock
Joseph Bueno wrote something about SQL: You can also restrict port 3306 to localhost with : bind-address = 127.0.0.1 in /etc/my.cnf Or even: iptables -A INPUT -s 127.0.0.1 --dport 3306 -j ACCEPT iptables -A INPUT --dport 3306 -j DROP -- Michael T. Babcock C.T.O., FibreSpeed Ltd. http://www.f