Limit Which IP Address MySQL Answers On

2005-04-14 Thread A. Clausen
I'm running MySQL 3.23.58 on a Win2k server with multiple IP addresses and I'm wondering whether there is a way to limit the MySQL server to answering on just one IP address. -- A. Clausen -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:

RE: Limit Which IP Address MySQL Answers On

2005-04-14 Thread Caron, Christian
In your my.cnf, put a bind-address directive: bind-address=xxx.xxx.xxx.xxx Christian -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Limit Which IP Address MySQL Answers On

2005-04-14 Thread SGreen
A. Clausen [EMAIL PROTECTED] wrote on 04/14/2005 12:19:05 PM: I'm running MySQL 3.23.58 on a Win2k server with multiple IP addresses and I'm wondering whether there is a way to limit the MySQL server to answering on just one IP address. -- A. Clausen Yes.