Sync 2 tables of different databases - MySQL

后端 未结 2 1518
执笔经年
执笔经年 2021-01-16 19:07

I\'ve a table with certain medical information in a database table. I crawl & parse them daily and store it in that table of my local database.

Suppose there wer

2条回答
  •  庸人自扰
    2021-01-16 19:37

    You want to set up replication between the server and your local machine -- see the reference documentation for details.

提交回复
热议问题