On Mon, Apr 08, 2002 at 03:04:58PM -0500, Johnny Withers wrote: > > I need to run two MySQL servers on one machine. > > One needs to use /var/lib/mysql.sock > and the other needs to use /home/mindbender/production/db/mysql.sock > > One needs to run on one ip address: > ie: 10.0.0.10:3306 > and the other on 10.0.0.11:3306 > > how do I tell mysql to run only on a certain IP address?
--bind-address, as described in the manual. Jeremy -- Jeremy D. Zawodny, <[EMAIL PROTECTED]> Technical Yahoo - Yahoo Finance Desk: (408) 349-7878 Fax: (408) 349-5454 Cell: (408) 685-5936 MySQL 3.23.47-max: up 60 days, processed 1,631,748,118 queries (313/sec. avg) --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php