Hello,
You might try MySQL's inbuilt replication feature.
If you want a more simple approach, might take a look
at SQLyog's Data Sync Wizard. More information can be
found at http://www.webyog.com
I think they have a article on the same subject in
SitePoint. You might google it.
Karam
--- Eko
Hi.
MySQL replication currently does not support any locking protocol between master and
slave to guarantee the atomicity of a distributed (cross-server) update.
See:
http://dev.mysql.com/doc/mysql/en/Replication_FAQ.html
>"Eko Budiharto" <[EMAIL PROTECTED]> wrote:
>
>Hi,
>I a f