From: Rik Wasmus Date: October 7 2011 8:53am Subject: Re: mysqldiff resurrected and 0.43 released List-Archive: http://lists.mysql.com/mysql/225955 Message-Id: <201110071053.29414.rik@grib.nl> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Looks very nice, Ill check it out next week. Thanks for the work! -- Rik Wasmus > After a very long hiatus from maintainership (several years), I have > finally released a new version of MySQL-Diff, the CPAN module suite > which also contains mysqldiff, a CLI-based frontend tool for comparing > the table schema of a pair of MySQL databases. Its output is a > sequence of MySQL statements (CREATE/ALTER/DROP TABLE/COLUMN etc.), > which if applied to the first database of the pair, will make its > schema match that of the second. > > The web page is here: > > http://adamspiers.org/computing/mysqldiff/ > > and the manual page is here: > > http://search.cpan.org/dist/MySQL-Diff/bin/mysqldiff > > There are still a few open bugs in the tracker which need ironing out, > mostly due to the evolution of MySQL itself since I first wrote this > utility in 2000. Nevertheless I hope that some of you will already be > able to benefit from the new life I'm trying to breathe into this > little project. github forks are of course welcome too ;-)