RE: How to Version Control a database

2005-02-21 Thread Thomas Sundberg
> > -Original Message- > From: Will Merrell [mailto:[EMAIL PROTECTED] > Sent: 20 February 2005 14:00 > To: Mysql Mailing list > Subject: How to Version Control a database > > > I have a project that involves several developers working on > their own machines. Each has a local copy of th

RE: How to Version Control a database

2005-02-20 Thread Tim Hayes
Try using MYdbPAL from www.it-map.com . The product has complete schema version control, alowing you to track changes and compare sche,as for diffrences. Its FREE to MySQL users. Tim -Original Message- From: Will Merrell [mailto:[EMAIL PROTECTED] Sent: 20 February 2005 14:00 To: Mysql M

RE: How to Version Control a database

2005-02-20 Thread Matt Chatterley
The method employed by the company I work for is to maintain a version controlled set of scripts, which can be used to create/update a database (many of these scripts are objects such as UDFs, Stored Procedures and so forth, which represent the 'software' layer within the database). A bespoke tool