dqtl46964 2013-09-02 07:37
浏览 30

同步中央数据库与多个本地数据库

I have to develop a Project with php mysql for sales management system.There are many

outlet. I want to keep a databse centrally and every outlet have a databse locally. user

entry data to local databse. after a while local data can be uploaded to central databse.

Local data will go to central database, but central data will not go to local database. what will be the procedure for that. (e.g: Synchronization, Replication)

  • 写回答

3条回答 默认 最新

  • duanpo8329 2013-09-02 08:12
    关注

    I wouldn't use syncronisation or replication. I would use an import/export mechanism.

    Write a little tool which will export the last day/week/month and than send it with an secure line to your main database for import.

    评论

报告相同问题?

悬赏问题

  • ¥15 C++ yoloV5改写遇到的问题
  • ¥20 win11修改中文用户名路径
  • ¥15 win2012磁盘空间不足,c盘正常,d盘无法写入
  • ¥15 用土力学知识进行土坡稳定性分析与挡土墙设计
  • ¥70 PlayWright在Java上连接CDP关联本地Chrome启动失败,貌似是Windows端口转发问题
  • ¥15 帮我写一个c++工程
  • ¥30 Eclipse官网打不开,官网首页进不去,显示无法访问此页面,求解决方法
  • ¥15 关于smbclient 库的使用
  • ¥15 微信小程序协议怎么写
  • ¥15 c语言怎么用printf(“\b \b”)与getch()实现黑框里写入与删除?