Databases
- May 20, 2009
Database comparison tools
After a few schema problmes on some obscure CMS installation, I decided to go for an automatic comparison of database schemas. Here is a list of tools you might try
- Commercial tools often come with synchronsiation features :
- Mysqlworkbench commercial edition
- FreeWare or scripts
- web  based mysqldiff :  http://www.mysqldiff.org/
- for script addicts, this poor man’s schema comparator can be an option tooÂ
- database change management : Â http://www.liquibase.org/
- TOAD Â for mysql freeware :Â http://www.quest.com/toad-for-mysql/


