MySQL 版本控制
我想对我的 mysql 数据库结构进行一些基本的版本控制。我并不担心数据库的内容,我只想跟踪添加的任何新表、更改的表和删除的表。
有没有一个简单的应用程序可以自动完成这一切? (需要在Linux环境上运行)
我看过一些,例如PHPMyVersion,但它不再被开发,并且不完全是我想要的。
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许像 MySQLdiff 这样的东西就是你想要的。
Maybe something like MySQLdiff is what you want.