I have local MySQL database which changes occasionally, when it changes I want to synchronize it with Remote database. I am using PhpMyAdmin\'s synchronize option for it. >
While creating tables I would let the remote server to use even numbers and let local server to add odd numbers for auto increment.
Then have a script to pull or push data between servers without any duplicate problems.