Re: MySQL Master Slave Replication

2008-04-07 Thread Néstor
Kaushal, When you set it to MASTER/MASTER replication then everything that happens on the MASTER happens on the SLAVE. Remember they are both master and slave. My situation is as fallows, I have 2 node (servers) and I have then configured for HA (high availability) failover. When node 1 goes

Re: MySQL Master Slave Replication

2008-04-07 Thread Kaushal Shriyan
On Tue, Apr 8, 2008 at 12:14 AM, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: > On Tue, Apr 8, 2008 at 12:02 AM, Néstor <[EMAIL PROTECTED]> wrote: > > > Kaushal, > > > > That worked. I found out that my problem was that my firewall was not > > allowing my to computers to talk to each other on port

Re: MySQL Master Slave Replication

2008-04-07 Thread Kaushal Shriyan
On Tue, Apr 8, 2008 at 12:02 AM, Néstor <[EMAIL PROTECTED]> wrote: > Kaushal, > > That worked. I found out that my problem was that my firewall was not > allowing my to computers to talk to each other on port 3306. I use the > link you sent but this are th eoriginal links I used: > 1) Master/S

Re: MySQL Master Slave Replication

2008-04-07 Thread Norbert Tretkowski
Am Montag, den 07.04.2008, 11:22 +0530 schrieb Kaushal Shriyan: > is this a correct documentation > http://howtoforge.com/mysql_master_master_replication for Master Slave > Replication No, it's not. As the title says, it describes Master-Master replication, not Master-Slave replication. Just use

Re: MySQL Master Slave Replication

2008-04-07 Thread Kaushal Shriyan
On Mon, Apr 7, 2008 at 11:58 AM, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: > > On Mon, Apr 7, 2008 at 11:32 AM, Néstor <[EMAIL PROTECTED]> wrote: > > Kaushal, > > > > > > I will try it tomorrow to see if it works. It is similar to something I > > tried > > a couple of weeks ago and it work

Re: MySQL Master Slave Replication

2008-04-06 Thread Néstor
Kaushal, I will try it tomorrow to see if it works. It is similar to something I tried a couple of weeks ago and it work but when I changed the ip address it stop working. I will try this tomorrow and let you know. Néstor :-) On Sun, Apr 6, 2008 at 10:52 PM, Kaushal Shriyan <[EMAIL PROTECT