How to organise team work on mysql databases?
How to organise team work on mysql databases? Probably, somet开发者_运维问答hing like svn, but for databases
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.
http://www.davedevelopment.co.uk/2008/04/14/how-to-simple-database-migrations-with-phing-and-dbdeploy/
migration scripts we generate with MySQL Workbench and store it in SVN
精彩评论