Hello.

On Mon 2002-12-09 at 08:48:51 +0700, [EMAIL PROTECTED] wrote:
> Hello, every body
> I have 2 database server. the second is a copy of the first. It's replication.
> But there is no connection line because it is not necesery to have an identical copy.
> Every day, i have to update the second using a self made program.

If I understand you correctly, only the first will get updates. In
this case simply use the built-in replication of MySQL. It will create
a log file on the master and when you go online, simply start the
slave process and it will catch up. You only have to find a way to see
when the slave is up to date and you can stop the slave and go
offline.

HTH,

        Benjamin.

-- 
[EMAIL PROTECTED]

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