I need help with a MySQL database. We develop a big SaaS system on .net and we have 2 db servers:
- Local for developers, they make changes on this etc. This server is in other city where all team are.
- QA environment database server - this is used for QA of this solution.
We need to make auto sync between this two databases. When Cruise Control.NET deploy new version to QA environment we should get latest database structure from Local server to QA server.
Requirement is to have free software for doing this and it should be Windows.