phpMyVersion is designed to keep track of schema changes and row changes to specified tables. Developers can use it to keep track of changes to development databases that need to be passed on to live databases, e.g. through upgrade scripts.
phpMyVersion is able to tag changes with a version number, and produce the SQL needed to upgrade a database from one version to another, very useful for upgrade scripts.
Requirements:
· MySQL 5.0.x
· PHP 5
What's New in This Release:
· Cron script now correctly finds library files when not called from within the directory it is located in. Some GUI fixes when viewing changes on a tag.
Product's homepage