douba2705 2014-07-05 11:22
浏览 153
已采纳

在C#GUI应用程序中将远程Mysql数据库同步到本地

I'm implementing an application to sync data from a remote mysql server to local mysql database. Without the main part (Synchronization) I have almost done with the application.

I want to know how to synchronize my local mysql database from a remote mysql database. I'm ok if it want to run from PHP scrip. but, if it runs from PHP script I want to know how to call php script from C# application. So the application can call php and sync at a certain time. Apologize if my question is unclear to you.

Any help on this would be great.

Thanks in Advanced!

  • 写回答

1条回答 默认 最新

  • dpo15099 2014-07-05 11:26
    关注

    Why you cant setup master -slave replication with your local database. Here is more information. Here is good starting point. Mysql database sync between two databases

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

报告相同问题?