MySQL Forums
Forum List  »  Backup

schema version control
Posted by: PAUL BRUCE
Date: July 02, 2013 04:02AM

Hi,
I've used subversion to track code changes for years. However, what I really need is to track database schema changes.
My current method is sloppy and involves dumping out the schema using mysqldump and sending that output to subversion.
I'm after something better.
A while back, someone told me you use MySQL triggers, but I've looked into this and I dont see how it's possible.
What do other people use to track changes to the actual db schema ?
Paul

Options: ReplyQuote


Subject
Views
Written By
Posted
schema version control
4801
July 02, 2013 04:02AM
1695
July 03, 2013 09:19PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.