Schema-compare 0.2 review

Download
by rbytes.net on

Schema-compare is a script that will compares two database schema and show the differences side-by-side. Schema-compare can also g

License: BSD License
File size: 0K
Developer: Paul Yasi
0 stars award from rbytes.net

Schema-compare is a script that will compares two database schema and show the differences side-by-side.

Schema-compare can also generate SQL statements that will alter the old database to match the schema of the new database.

The comparisons are correct, but the SQL statements at the bottom are not quite right, they are close to what is necessary, but probably not exactly right.

To install simply ungzip/untar the file wherever you want to put it in your web folder and then edit the include/config.inc.php file with the information needed to connect to the two databases you want to compare. Both databases need to be on the same database server and use the same username and password to connect to them.

What's New in This Release:
This is the first release of schema-compare. It compares the database schema just fine, but the sql alter statements it creates could use some work.

Schema-compare 0.2 keywords