Hi all,
My scenario goes like this:
We have two Mysql Databases in different servers.
The communication between these database servers is via low bandwidth internet (Again the internet may go down for some hours or some days).
Both databases are having the same structure.
We are not concerned to synchronize the database structure but we need to synchronize only the data stored in these databases.
(I googled to search some strategies that would work for this scenario but could not get it. All I got was about some commercial applications.)
I would be thankful if anyone can provide a solution or link to free php code (or modules) that can serve this purpose.
Thanks
My scenario goes like this:
We have two Mysql Databases in different servers.
The communication between these database servers is via low bandwidth internet (Again the internet may go down for some hours or some days).
Both databases are having the same structure.
We are not concerned to synchronize the database structure but we need to synchronize only the data stored in these databases.
(I googled to search some strategies that would work for this scenario but could not get it. All I got was about some commercial applications.)
I would be thankful if anyone can provide a solution or link to free php code (or modules) that can serve this purpose.
Thanks
Comment