RE: Syncronization between two databases

2002-01-08 Thread Roger Baklund
* Marco Frazzoli > I need to syncronize two indentical MySQL databases. > > The A database is on a server permanently connected to the Internet > trough an ADSL connection, while the B database is on a server equipped > with an ISDN connection. > > How can I keep the two databases identical? By n

Re: Syncronization between two databases

2002-01-08 Thread Jeremy Zawodny
On Tue, Jan 08, 2002 at 10:49:32PM +0100, Marco Frazzoli wrote: > Jeremy Zawodny wrote: > > > On Mon, Jan 07, 2002 at 11:36:54PM +0100, Marco Frazzoli wrote: > > > >>Hi! > > > > Have you looked at MySQL's built-in replication? > > Yes. But it seems to be created for a permanent connection betw

Re: Syncronization between two databases

2002-01-08 Thread Marco Frazzoli
Jeremy Zawodny wrote: > On Mon, Jan 07, 2002 at 11:36:54PM +0100, Marco Frazzoli wrote: > >>Hi! > > Have you looked at MySQL's built-in replication? Yes. But it seems to be created for a permanent connection between two databases... or can I make a replica using a dial-up connection (such as

Re: Syncronization between two databases

2002-01-08 Thread Jeremy Zawodny
On Mon, Jan 07, 2002 at 11:36:54PM +0100, Marco Frazzoli wrote: > Hi! > > I need to syncronize two indentical MySQL databases. > > The A database is on a server permanently connected to the Internet > trough an ADSL connection, while the B database is on a server > equipped with an ISDN connectio