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