> 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
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.
Cheers,
Claudio
On Aug 3, 2011 7:19 AM, "Jon Siebert"
I had seen a discussion here as well, but honestly did not test it. It may
be of help.
http://www.linkedin.com/groupItem?view=&srchtype=discussedNews&gid=72881&item=60056153&type=member&trk=eml-anet_dig-b_pd-ttl-cn
On Wed, Aug 3, 2011 at 1:10 AM, Angela liu wrote:
> Hi, Folks:
>
> Does mysql su
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 master to
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 to slave
> replication