简体   繁体   English

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

[英]Sync data from local SQL Server to MySQL Server on Internet (live server)

I have upload local server data to live server mean i work offline after work done and testing the data on localhost. 我已将本地服务器数据上传到实时服务器,这意味着我在完成工作并在localhost上测试数据后离线工作。 Sync data from local SQL Server to MySQL Server on Internet (live server). 将数据从本地SQL Server同步到Internet上的MySQL服务器(实时服务器)。 I wanna save time. 我想节省时间。 I found some article about web services may it help full . 我发现一些关于Web服务的文章可能会有所帮助。 I am a php new developer and to do this task in php. 我是一个php新开发人员,并在PHP中执行此任务。 any way to do this any suggestion and method. 任何方式来做任何建议和方法。

I use WAMP server to work with PHP/MySQL offline. 我使用WAMP服务器脱机使用PHP / MySQL。 You just install it and then you can plonk your PHP files in there and run it from http://localhost . 你只需安装它然后你可以在那里plonk你的PHP文件并从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 http://wampserver.com

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM