Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would need to syncornize some tables of a database managed with Mysql in local to another one in remote. To explain better, I need to insert some data in the database offline and every 1h I can connect to internet and I need to insert/replace these tables in the remote database. I have navicat and it allows to schedule query, I would prefer to merge the database without losing the info inserted online. Hope you can help me :)

share|improve this question
Most important to synchronization is collision management. How can collisions be detected and how should they be handled? You should extend your question. Another point is ID management but this can be solved using UUID() – Sir Rufo Dec 31 '12 at 13:18

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.