http://dev.mysql.com/doc/refman/5.1/en/replication-intro.html
bastien
From: Vicente <[EMAIL PROTECTED]>
Reply-To: Vicente <[EMAIL PROTECTED]>
To: php-db@lists.php.net
Subject: [PHP-DB] Mirroring two DB
Date: Tue, 28 Feb 2006 18:50:46 +0100
Hi,
I want to know how to mirror one MySQL database
thanks to all for the answers. I'm reading the Replication section of
MySQL manual. It is exactly what I need.
My scenary is of of one Mysql working in Intranet, and the replication
in another server in Internet. Both working with Linux, I expect
people indexing information in both sides at same
> I want to know how to mirror one MySQL database installed in two
> different servers so they can be synchronized.
>
>Any idea?
Search the MySQL docs/manual for "master" and/or "slave". There are good
examples for setting up replication from many different web sites as well.
David
--
PHP Dat