Dear Members
How to Synchronize two MYSQL databases in php
Thanks khuram noman
__________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com
Hello
as usual there are a few ways to do tackle this job.
My preference is to stop mysql and use rsync to transfer the data , then restart it. Mysql4+ supports clustering also.
If you do not stop mysql while u do the sync you risk a corruption of copied data.
See man rsync and mysql.com for details of each way.
The clustering seems like allot of work to me , it depends how up to date you need to keep
Cheers
Neil
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php