MySQL Forums
Forum List  »  Security

Re: How to prevent brute force attacks ?
Posted by: Lee Mehlhorn
Date: April 22, 2008 10:48AM

Do you need to provide network connections?? If all your databases are accessed locally you can simply disable mysql networking using skip-networking. You might also want to consider blocking port 3306 on the firewall as well.

If you really need to have networking enabled on MySQL then I would suggest you restrict access to 3306 using the firewall to only those IP addresses which need to reach the MySQL server from the outside. You might also want to consider using SSL to encrypt the data being sent.

Options: ReplyQuote


Subject
Views
Written By
Posted
20132
April 17, 2008 05:56AM
Re: How to prevent brute force attacks ?
8850
April 22, 2008 10:48AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.