|
Hi, I need some help here. We have application that running online, that everybody can access and add new customer data there ...
Now because of one of our branch office is located in remote area with limited internet access, we are planning to develop a local server there, with the web application installed on the local web server.
We are trying to use SQLyog to synchronize 2 of the databases ( one in our public server and one in local server in remote area )
The problem is :
becase there are 2 database with open access, when we synchronize the data ... the auto increment table id will be double and it will cause the system not running well ...
Is there any MySQL Database solution that can help us synchronize 2 databse with same name and auto increment table PKEY, with no collision ?
is there any synchronizer software better than sqlyog ?
|