Re: Running two servers on the same box

2001-11-21 Thread Joe Ellis
when you run mysqld, use: /path/to/one/mysqld --bind-address=10.0.0.10 /path/to/two/mysqld --bind-address=10.0.0.11 Guillaume Monfort wrote: > > Hello there, > > i would run two distinct mysql servers on the same > computer. i know it's possible using 2 differents ports > but it's not what i w

Running two servers on the same box

2001-11-21 Thread Guillaume Monfort
Hello there, i would run two distinct mysql servers on the same computer. i know it's possible using 2 differents ports but it's not what i want. the point is that i have 2 interfaces (2 IP's) and i wish to run on instance of mysql binded to say 10.0.0.10 and the other on to 10.0.0.11 of course,