Re: about replication concept

2003-07-04 Thread Victoria Reznichenko
"MaFai" <[EMAIL PROTECTED]> wrote: > > I would also like to know the impact when:- > - the master db fail > - a lot of insert/update transactions in the master, would it replicate > immediately to the 2nd database If the mater db fail, how can be many inserts/updates? > - when the secondary db f

about replication concept

2003-07-03 Thread MaFai
Hello, mysql, I would also like to know the impact when:- - the master db fail - a lot of insert/update transactions in the master, would it replicate immediately to the 2nd database - when the secondary db fail, the master cannot send the data to the 2nd, would the data queue up ? - Any chance fo