MySQL Forums
Forum List  »  Newbie

Re: configure to be listening on the specific range
Posted by: Sachin Pangal
Date: July 26, 2020 01:34AM

Hello

Just to confirm the below changes needs to be done

bind-address = 192.16.*.*
sudo iptables -A INPUT -p tcp -m tcp --dport 3306 -s 192.16.8.0/24 -j ACCEPT

Options: ReplyQuote


Subject
Written By
Posted
Re: configure to be listening on the specific range
July 26, 2020 01:34AM


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.