Re: MySQL impossible suspicious connections
Posted by: Peter Brawley
Date: January 28, 2022 10:57AM

> how it's possible this without internet access? Is binded locally...

Your server's on the internet, malicious attackers try to attack what they can find.

For each user in the mysql.user table, MySQL needs to do a reverse lookup on each IP address trying to connect to it, then does a forward lookup on the returned domain to see if it matches the connecting address. This can be turned off if my.cbf/ini specifis skip_name_resolve.

Setting the bind address just tells MySQL to decline all non-local requests.

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL impossible suspicious connections
January 28, 2022 10:57AM


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.