MySQL Forums
Forum List  »  Replication

Re: Replication modules
Posted by: Lars Thalmann
Date: May 02, 2005 05:23PM

Hi Ty,

To do this directly is planned for 5.1, i.e. multi-source replication.

Two ideas for pre-5.1 versions of MySQL that I can think of are:

1. To replicate from front-line server F(i) to front-line F(i+1)
server ending with the corp machine C, i.e. F1 -> F2 -> F3 -> C.

2. Let C replicate from each front server in an interleaved fashion,
i.e. first from F1, then stop, then F2, then stop, etc. You need
to write some script for this.

Best wishes,
Lars


Ty Shipman wrote:
> Lars,
>
> Is there any way to set up many-to-one replciation
> with mySQL if I handle the conflicts of the
> primaryIDs? I have been looking in the manuals
> but have not found anything.
>
> I have an business problem that requires many
> "front line server" and corp machine for a rollup
> system. Looking for a good way to do it.
>
> Any suggestions?
>
> Thanks
> ty

--
Dr. Lars Thalmann
Replication and Clustering Technology
MySQL AB, www.mysql.com

Options: ReplyQuote


Subject
Views
Written By
Posted
2890
November 29, 2004 10:28AM
2126
March 28, 2005 04:42AM
2078
March 28, 2005 08:17PM
1922
May 02, 2005 04:53PM
Re: Replication modules
2040
May 02, 2005 05:23PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.