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.fibrespeed.net/~mbabcock



---------------------------------------------------------------------
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to