Re: does mysql support master to master replication

2011-08-03 Thread Rik Wasmus
> Any mysql instance can replicate from any other as long as binary logging > is enabled on the designated master. > Two instances can replicate from one another yes, but precautions must be > taken especially in the case of active-active configuration. Works perfectly indeed, to name the precauti

Re: does mysql support master to master replication

2011-08-03 Thread Claudio Nanni
g 3, 2011 at 1:10 AM, Angela liu wrote: > >> Hi, Folks: >> >> Does mysql support master to master replication, or master to slave >> replication on;y? I did not find the answer in MySQL manual, but found some >> discussion over the internet. >> >> Do

Re: does mysql support master to master replication

2011-08-02 Thread Jon Siebert
, Folks: > > Does mysql support master to master replication, or master to slave > replication on;y? I did not find the answer in MySQL manual, but found some > discussion over the internet. > > Does anybody know? if so, anybody has implemented master to master > replication in production? > > Thanks > > Angela >

Re: does mysql support master to master replication

2011-08-02 Thread Jon Siebert
MySQL, to my knowledge, supports only Master to Slave replication- as well as Master-slave-slave replication. http://dev.mysql.com/doc/refman/5.0/en/replication.html On Wed, Aug 3, 2011 at 1:10 AM, Angela liu wrote: > Hi, Folks: > > Does mysql support master to master replication, or

Re: does mysql support master to master replication

2011-08-02 Thread Feng He
I have been using the M-M replication over years. But we only write to one node at any time. When this node is unusable, we write to another node. On Wed, Aug 3, 2011 at 1:10 PM, Angela liu wrote: > Hi, Folks: > > Does mysql support master to master replication, or master

does mysql support master to master replication

2011-08-02 Thread Angela liu
Hi, Folks: Does mysql support master to master replication, or master to slave replication on;y?  I did not find the answer in MySQL manual, but found some discussion over the internet. Does anybody know?  if so, anybody has implemented master to master replication in production? Thanks