setting my mysql server - limiting domains that can connect
Posted
by
Alex
on Server Fault
See other posts from Server Fault
or by Alex
Published on 2012-11-22T20:09:21Z
Indexed on
2012/11/22
23:01 UTC
Read the original article
Hit count: 145
I am trying to setup a mysql server on my machine. I would like to limit the domains that it listens for connections to. My understanding is that you can either have it listen to 1 ip or all ip's. Therefore, if i want to connect remotely I have to say all ips. Then I would like to block all domains but the ones I know should actually be connecting.. I believe this is done through windows firewall. However, how do i do this by domain instead of IP?
© Server Fault or respective owner