Josh Howe wrote:


Does anybody know of any free tools to compare two mysql schemas? Thanks.



you still have the quick solution of : mysqldump --no-data db1 > db1.sql mysqldump --no-data db2 > db2.sql diff -u db1.sql db2.sql

--
Philippe Poelvoorde
COS Trading Ltd.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to