mysqldiff resurrected and 0.43 released

Hi all,

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 ;-)

Cheers,
Adam

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=gcdmg-mysql-2 [at] m.gmane.org
Adam Spiers [ Do, 06 Oktober 2011 18:40 ] [ ID #2065320 ]

Re: mysqldiff resurrected and 0.43 released

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 ;-)

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=gcdmg-mysql-2 [at] m.gmane.org
Rik Wasmus [ Fr, 07 Oktober 2011 10:53 ] [ ID #2065356 ]
Datenbanken » gmane.comp.db.mysql.general » mysqldiff resurrected and 0.43 released

Vorheriges Thema: 4 minute slow on select count(*) from table - myisam type
Nächstes Thema: Slow query - please help