I'm working in a freelance project where the client wants to install an instance of the system in all three of his branches, its developed using c#. any ideas on how should i connect those branches is highly appreciated.
Asked
Active
Viewed 92 times
1 Answers
0
Use Centralized MySql Server
- Host your Mysql server Somewhere (AWS,Azure,Or any other providers)
- Allow remote connection to mysql. Refer
- Configure Your Winform application to Connect to that server
Note:- When hosting Mysql on server make sure your server has static IP. or you have to change the IP in you application every time your server gets new IP.

Mihir Dave
- 3,954
- 1
- 12
- 28