doubi8512 2015-03-03 13:06 采纳率: 0%
浏览 105

将数据从本地SQL Server同步到Internet上的MySQL服务器(实时服务器)

I have upload local server data to live server mean i work offline after work done and testing the data on localhost. Sync data from local SQL Server to MySQL Server on Internet (live server). I wanna save time. I found some article about web services may it help full . I am a php new developer and to do this task in php. any way to do this any suggestion and method.

  • 写回答

1条回答 默认 最新

  • duanmo7075 2015-03-03 13:11
    关注

    I use WAMP server to work with PHP/MySQL offline. You just install it and then you can plonk your PHP files in there and run it from http://localhost.

    If you want to run you code locally and point it to your live server this is entirely possible. You just need to make sure that you have access to the relative ports that your database runs on etc.

    See http://wampserver.com

    评论

报告相同问题?

悬赏问题

  • ¥15 高德地图点聚合中Marker的位置无法实时更新
  • ¥15 DIFY API Endpoint 问题。
  • ¥20 sub地址DHCP问题
  • ¥15 delta降尺度计算的一些细节,有偿
  • ¥15 Arduino红外遥控代码有问题
  • ¥15 数值计算离散正交多项式
  • ¥30 数值计算均差系数编程
  • ¥15 redis-full-check比较 两个集群的数据出错
  • ¥15 Matlab编程问题
  • ¥15 训练的多模态特征融合模型准确度很低怎么办