Version control system for MySQL database schemas and data
Version control for MySQL databases
db-vcs
$ db-vcs init mydb
$ db-vcs commit -m 'add users table'
$ db-vcs log
$ db-vcs checkout <revision>
$ db-vcs diff <revision1> <revision2>