"Robinson, Eric" <[EMAIL PROTECTED]> wrote on 17/05/2004 15:48:12:
> >there is no mechanism for propagating slave changes
> >from the slave back up to the master... synchronization
> >occurs *only* from master to slave
> >(hence the terminology).
>
> Then why do they call it 2-way replication? Is there such a thing as
> master-to-master?
I don't think they do. On
http://dev.mysql.com/doc/mysql/en/Replication_Intro.html
it says: "MySQL 3.23.15 and up features support for one-way replication." A
search of the documantation for "2-way" yields nothing.
Circular replication is possible. If machines replicate A->B->C->A, each
update is tagged wit its originating machine and drops when it replicates
rounc. However, this is mainly a load-sharing rather than reliability
feature; there are considerable complexities if the same table is updated
on more then one machine.
Alec
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]