I was wondering if there is any tool which would help me transfer changes form one database to another. Currently every time I want to deploy new version for tests I have to manually execute all database changes scripts and transfer them to every other database. Is there any way to somehow automate this process ? If it matters , the project is being written in c# and database is MySql
Asked
Active
Viewed 782 times
0
-
See also http://stackoverflow.com/questions/115369/do-you-use-source-control-for-your-database-items and https://github.com/timabell/sqlHawk/wiki/Further-reading – Tim Abell Jun 09 '12 at 14:30
1 Answers
3
If you are looking for a GUI application then Navicat Premium can help you achieve this just. It has data sync tool and transfer tool and can also work with all major databases. Only problem is that its not free.

LoneWOLFs
- 2,306
- 3
- 20
- 38
-
-
1@Berial Not really... since I used it never looked for any freeware versions. But its really worth it since it supports MySQL, PostgreSQL, Oracle, SQLite and SQL Server you wont need anything else. – LoneWOLFs Jun 23 '11 at 18:36