schema-compare Code
Status: Beta
Brought to you by:
pyasi
File | Date | Author | Commit |
---|---|---|---|
include | 2008-05-27 | pyasi | [r1] initial import |
LICENSE | 2008-05-27 | pyasi | [r1] initial import |
README | 2008-05-27 | pyasi | [r1] initial import |
index.php | 2008-05-27 | pyasi | [r1] initial import |
schema-compare Copyright (C) 2006 Paul Yasi (paul at citrusdb.org) This software is distributed under a BSD License, please read the LICENCE file for details. Compares database schema of new and old databases and suggests SQL statements that will alter the old database to match the new database. Useful when creating upgrade scripts that will upgrade from one database to another. 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. You can download the latest version from: http://sourceforge.net/projects/schema-compare