From: Dan Nelson Date: September 28 2006 8:11pm Subject: Re: comparing two databases List-Archive: http://lists.mysql.com/mysql/202203 Message-Id: <20060928201107.GA9029@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Sep 28), Steve Buehler said: > Is there a program out there that I can use to compare two > databases? Just the structure, not the content. How about something simple like: mysqldump -d db1 > db1.txt mysqldump -d db2 > db2.txt diff -u db1.txt db2.txt -- Dan Nelson dnelson@stripped