MySQL-Diff is a suite of Perl modules and accompanying CLI script
mysqldiff for comparing the schemas of two MySQL/MariaDB databases.
This fork was made so I can merge some pull requests made by the community but didn't get merged since the contributors don't seem to be active. Also some changes to fit my needs probably.
This suite requires Perl 5.14 or higher and a MySQL compatible suite
of client utilities (mysql and mysqldump). You need at least Perl 5.14
to be able to install the current version of Dist::Zilla; however,
the module proper will probably make do with a lesser version.
This GitHub repo contains the latest code. The latest released version of MySQL-Diff used to be available from
and from the Comprehensive Perl Archive Network (CPAN). Visit http://www.perl.com/CPAN to find a CPAN site near you.
See the INSTALL.md file.
- Homepage: http://adamspiers.org/computing/mysqldiff/
- Documentation at CPAN: http://search.cpan.org/dist/MySQL-Diff/
Patches should be sent as pull requests to http://github.com/aspiers/mysqldiff
Please see the CONTRIBUTING.md file for more
information.
https://github.com/aspiers/mysqldiff/issues
See https://rt.cpan.org/Public/Dist/Display.html?Name=MySQL-Diff
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
(c) 2000-2016 Adam Spiers mysqldiff@adamspiers.org and other contributors (as shown by the git history); all rights reserved.