webhostau
Dec 10 2004, 09:34 PM
any one else experience mysql hacking? all customers mysql gone

true..
JustGags
Dec 10 2004, 09:48 PM
I don't allow outside access to MySQL... local socket connections are the safest.
Guspaz
Dec 11 2004, 01:21 AM
I *think* I have MySQL blocked off at the firewall. But I'm not sure. I've been meaning to do an extensive review of my firewall rules with a Nessus report in hand, but it just hasn't been a priority for me with my server only being used for personal use.
That said I'm pretty sure I have permissions for MySQL set up to only allow connections from localhost. That's not good enough though, if there were an exploit found.
Blue|Fusion
Dec 11 2004, 01:53 AM
Add to my.cnf:
skip-networking
This will disable connections to MySQL except through the socket.