* 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 not writing to them... ;)

Seriously: do you need to write to both? Maybe the clients at location B can
connect to location A when they need to do updates, and use the copy at
location B for read only? This is of course very dependant on your type of
application(s).

--
Roger


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