资 源 简 介
db-md5 is a tool (written in PHP) for quickly comparing database schemas.
it can be run from the command line or from a web browser (not recommended).
It requires access to mysqldump on the command line.
db-md5 is configured from a simple php config file.
a file is created automatically from the execution that contains the schema formatted in such a way as to make it easy to run through a diff application to compare files from 2 different developers or 2 different databases.
Order of fields is not important for overall db hash calculation.
PHP is required to use this. PHP from the command line is the best way to execute this script.