I need to enable network connections for MySQLd, but every time I do this, the server becomes rude, clogged. The script starts to score some average guessing of the password on the server, opening a connection on port 3306 and trying random passwords forever.
How can i stop this?
For SSH, I use denyhosts, which works well. Is there a way to get denyhosts to work with MySQLd?
I also considered changing the MySQL port, but this is less than ideal and only a stop solution (what if they discover a new port?)
Does anyone have any other ideas?
If it is different, I am running MySQL 5.x on FreeBSD 6.x.
source share