Re: Force slave to connect from specified IP

2004-09-17 Thread Egor Egorov
Irek Slonina <[EMAIL PROTECTED]> wrote: > I have two interfaces on my slave: > ppp0 80.80.80.8 ( -> Internet ) > eth0 10.10.10.1 ( -> LAN ) > > and remote master host 192.168.168.168 available by 80.80.80.8. > > How can I force mysql to start slave processes using 10.10.10.1 > and not 80.80.80.8

Force slave to connect from specified IP

2004-09-15 Thread Irek Slonina
Hello, I have two interfaces on my slave: ppp0 80.80.80.8 ( -> Internet ) eth0 10.10.10.1 ( -> LAN ) and remote master host 192.168.168.168 available by 80.80.80.8. How can I force mysql to start slave processes using 10.10.10.1 and not 80.80.80.8, which is he choosing by defualt. I need similia