mysqldiff resurrected and 0.43 released

mysqldiff resurrected and 0.43 released

am 06.10.2011 18:40:37 von Adam Spiers

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@m.gmane.org

Re: mysqldiff resurrected and 0.43 released

am 07.10.2011 10:53:29 von Rik Wasmus

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@m.gmane.org