Hello.
Unfortunately, you can bind only to a single specific address.
Daniel Schaerli wrote:
> Hi,
>
> How is the sintax to in my.cnf listen only to specified ip-addresses or
> ip-ranges? I tried:
> bind_address 127.0.0.1 192.168.0.10 192.168.0.20
> and
> bind_address 127.0.0.1, 19
Hi,
How is the sintax to in my.cnf listen only to specified ip-addresses or
ip-ranges? I tried:
bind_address 127.0.0.1 192.168.0.10 192.168.0.20
and
bind_address 127.0.0.1, 192.168.0.10, 192.168.0.20
and
bind_address 127.0.0.1 192
bind_address 192.168.0.10
bind_address 192.168.0.20
Non of them wo