0

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 Answer 1

0

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

Sign up to request clarification or add additional context in comments.

1 Comment

@Ajey Appreciate you support. I want to know is it possible to implement with C# winform application. Anyhow I want to use the sync with my C# gui application.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.