MySQL database change tracking

落花浮王杯 提交于 2019-12-06 03:50:44

There is a simple solution:

  • Make all changes to the database schema and static data via scripts
  • Version control the scripts

Toad for MySQL has a great schema comparison tool

http://www.quest.com/toad-for-mysql/

Hugues Van Landeghem

I think you need something like this (I test it for Firebird and it works very well) : http://www.upscene.com/products.audit.index.php I thought there was a MySQL version but NO :(

for MySQL, I see just this : http://solutions.mysql.com/solutions/partner.php?partner=1532

But if it is just for development, I think that the answer given here is good

mysql-diff compares tables, but not stored procedures yet.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!