Hi! I wanted to set-up a master-slave replication on
my win2k box. When my master server fails, my slave
server will automatically becomes my new "master
server". And when my master server is back online, any
changes on my slave server is replicated back to my
master server.

Normal:         A -> B
                ^
                L-------- inserts/updates from clients
Failure:        X    B
New Master:     X    B <- inserts/updates from clients
Master is back: A <- B x- inserts/updates are blocked
manually.
Normal:         A -> B
                ^
                L-------- inserts/updates from clients

Any idea? Thanks.

l.yeung


        
                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to