开发者

MySQL Version Control

开发者 https://www.devze.com 2023-01-14 18:55 出处:网络
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 tabl

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 automa开发者_开发百科gically? (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


Maybe something like MySQLdiff is what you want.

0

精彩评论

暂无评论...
验证码 换一张
取 消