Skippy
Skippy

Reputation: 346

MySQL Version Control

I am wanting to do some basic version control with my mysql database structure. I am not worried about the contents of the database, I just want to track any new tables added, tables altered, and tables deleted.

Is there a simple application that could do this all automagically? (Needs to run on a Linux envirnment)

I have looked at a few, such as PHPMyVersion, but it is no longer being developed, and not quite what I was looking for.

Thanks

Upvotes: 0

Views: 2042

Answers (1)

reko_t
reko_t

Reputation: 56430

Maybe something like MySQLdiff is what you want.

Upvotes: 4

Related Questions