mysql-schema-diff
module for comparing the table structure of two MySQL databases
Install
- All systems
-
curl cmd.cat/mysql-schema-diff.sh
- Debian
-
apt-get install libmysql-diff-perl - Ubuntu
-
apt-get install libmysql-diff-perl - Kali Linux
-
apt-get install libmysql-diff-perl - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libmysql-diff-perl - Raspbian
-
apt-get install libmysql-diff-perl
libmysql-diff-perl
module for comparing the table structure of two MySQL databases
MySQL::Diff is suite of Perl modules and accompanying CLI script for comparing the schema (table structures) of two MySQL databases. The package also contains the mysql-schema-diff script. For further mysql helper scripts mysql-utilities might be interesting.