Re: Binding mySQL to a specific IP

2001-01-22 Thread Abraham Ingersoll
Pass the option --bind-address=x.x.x.x to safe_mysqld .. see http://www.mysql.com/doc/C/o/Command-line_options.html. -ai On Mon, 22 Jan 2001, Irong Lungs Jr wrote: > Anyone know how to bind / set mySQL to listen on a specified IP on a > multi-homed machine (my machine running mySQL as 3 diff I

Re: Binding mySQL to a specific IP

2001-01-22 Thread Paul DuBois
At 7:17 PM -0500 1/22/01, Irong Lungs Jr wrote: >Anyone know how to bind / set mySQL to listen on a specified IP on a >multi-homed machine (my machine running mySQL as 3 diff Interfaces, and I >only want to accessible via the local eth0 interface) Try running mysqld --help to get a list of option

Binding mySQL to a specific IP

2001-01-22 Thread Irong Lungs Jr
Anyone know how to bind / set mySQL to listen on a specified IP on a multi-homed machine (my machine running mySQL as 3 diff Interfaces, and I only want to accessible via the local eth0 interface) - Before posting, please check