What tools do you use to track changes to your MySQL database?
I am currently participating in a project where we use a simple text file (the version is controlled via SVN), in which we manually add SQL statements when making changes to the database.
Many changes magically disappear every time and then, and now we are looking for the best way to change the tracking of our database.
EDIT:
One thing I forgot to mention is that we use stored procedures and functions, so not only the database structure we want to track changes to / version controll.
source
share