Re: syntax of bind_address

2005-10-15 Thread Gleb Paharenko
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

syntax of bind_address

2005-10-12 Thread Daniel Schaerli
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