On Mon, 2002-07-01 at 22:23, Jeremy Zawodny wrote:
> On Mon, Jul 01, 2002 at 06:24:45PM +0200, Mathieu DESPRIEE - NO SPAM wrote:
> > Hi all,
> > 
> > 
> > I want to setup (on linux systems) a pair of redundant mysql servers,
> > working this way :
> > * one master and one backup
> > * the master handles all the requests, the backup updates its data
> > frequently (and, if possible, CONSISTENTLY) from the master
> > * on failure of the master, the backup comes and handles all the
> > requests, as if it was the master.
> > * when the master server comes back, it updates itself from the backup,
> > and then restarts to work normally
> > 
> > I think the slave/master system of MySQL is not sufficient (the
> > master does not updates itself after coming back).
> 
> What if you use a dual-master setup?
> 
> Jeremy
> -- 


Does anybody have some documentation about dual-master setup ?
Is there any limitation to mysql features due to dual-master system ?


Mathieu






---------------------------------------------------------------------
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