Synchronize MySQL remote & local database using phpMyAdmin

前端 未结 5 1982
心在旅途
心在旅途 2020-12-13 14:40

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.

5条回答
  •  青春惊慌失措
    2020-12-13 15:16

    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.

提交回复
热议问题