MySQL Forums
Forum List  »  Security

How to restrict port access on MYSQL 5.0 to 5.5
Posted by: Cedric Demar
Date: January 21, 2019 09:38AM

Hello all,

I'm a newbe on the forum, sorry if the question has already been asked.


I need to know if it is possible to restrict access on a Mysql DB 5.0 to 5.5 by using bind-address configuration.
I want for example, only two address with possibility to access on my DB : 127.0.0.1 and 10.150.150.10.
Can I use bind-address key with two values of IP separate by commas :
bind-address = 127.0.0.1, 10.150.150.10 or another solution ?

Thanks for your help.

Cedric.

Options: ReplyQuote


Subject
Views
Written By
Posted
How to restrict port access on MYSQL 5.0 to 5.5
1453
January 21, 2019 09:38AM


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.