doulizhi1247 2015-07-06 10:04
浏览 146
已采纳

Mysql远程插入

I'm using Mysql and PHP. I have 3 edge servers named A, B, C and a main server D. Every server of ABC exists a table named 'tb_record' to store some records or logs. Now I want ABC gather all the information of 'tb_record' to server D 'tb_allrecord' in realtime(or not to much delay).

For example, once A or B or C insert a record, D also insert the same line(the structure of their table are the same).

Is there any suggestion? I found Master/Slave mode of Mysql did not suitable and trigger did not work on such remote situation.

Thanks for every reply.

  • 写回答

1条回答 默认 最新

  • dongxing2710 2015-07-06 10:06
    关注

    this can't achieve via master-slave replication.. you need to write a cronjob for copying the data to D server OR execute the query on both server via your php-code..

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 孟德尔随机化结果不一致
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)
  • ¥15 keil里为什么main.c定义的函数在it.c调用不了
  • ¥50 切换TabTip键盘的输入法
  • ¥15 可否在不同线程中调用封装数据库操作的类