How to sync two MySQL tables?

后端 未结 2 1460
情书的邮戳
情书的邮戳 2020-12-30 09:04

If I have a table (lets call it orders) on one server of mine, named, for example, local. And I have this same table one another server of mine, na

2条回答
  •  猫巷女王i
    2020-12-30 09:11

    I am solving similar problem of syncing two tables constantly.

    Among all the scripts (of which most are old) I've found this actively developed app (looks promising)

    https://github.com/mrjgreen/db-sync

    I'll try it and maybe later I'll write an example.

提交回复
热议问题