简体   繁体   中英

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. 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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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