my.cnf:

bind-address = <ip>

Will probably do the trick.

--
Eric Braswell
Web Manager     MySQL AB
Cupertino, USA



Yves Goergen wrote:
Hi,

I have a machine with multiple IP addresses on my network interface and
I have setup multiple MySQL servers on the machine, version 4.0 and 5.0.
Currently, they're all listening on all IP addresses on different ports
(3306 and 3307) but I'd like to make use of the second IP to make it
easier to connect to each MySQL instance with different DNS names
(mysql4.mydomain and mysql5.mydomain) on the default port. Only I
couldn't find any hint on how to tell the MySQL server to listen only on
a single IP address. I can change the port, the UNIX socket and disable
IP networking entirely, but no idea how to specify a custom IP. Any hints?





--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to