On Sun, 26 May 2002 23:15:22 +0200
Bjarne Jørgensen <[EMAIL PROTECTED]> wrote:

> Hi!
> 
> I've watched the development of replication on mysql with great joy.
> However I haven't been able to understand when og if mysql is going to
> support 2 way replication. In other words.
> 
> Will it be possible to have 2 databases on 2 different locations, that
> synchronize with each other in a way, that the users of the databases
> can change data on both ends and when the link comes up again, the data
> will be updated both ways. I've read about master/slave relations, but
> as i can understand, it is only possible to chance data on the master
> now. If you change data on the slave it wont come on the master.
> 
> Will that be or is it available on mysql now or in the future?

already capable on current version, if i'm not mistaken ... starting 3.23.28 ...

you just set ... on server A ... as master for server B, and also as slave from server 
B
and on server B ... as master for server A, and as slave from server A

-- 
Let's call it an accidental feature.
        -- Larry Wall

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to