How to organise team work on mysql databases? Probably, something like svn, but for databases
+1
A:
SVN, Microsoft TFS or any other source control should do fine. Give each developer his/her own database instance for development purposes. Use continuous integration / automated builds for large teams and databases that need frequent change.
dportas
2010-05-27 11:13:51
A:
migration scripts we generate with MySQL Workbench and store it in SVN
shurik2533
2010-09-16 10:13:01
Also, for small and simple databases will aproach this tool: http://code.google.com/p/mygrate/, but it not stable, yet
shurik2533
2010-09-16 10:19:01