On Sat, 4 May 2002 07:23:46 +0400
support <[EMAIL PROTECTED]> wrote:

> Hello, everybody!
> 
> Please give me a hint at some resources about synchronization of two
> MySQL databases, situated in different places.
> 
> The point is, I have my local  and providers' versions of the same
> database. And need to synchronize them at a daily basis with the least
> traffic involved.

you can do with mysql replication,
or you can also do it manually ... each side create bin-log file and translate it into 
plain-text and insert it into you the other db server, and vice-versa.

-- 
Let's call it an accidental feature.
        -- Larry Wall

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