Last active
April 9, 2018 05:11
-
-
Save boywijnmaalen/fd516d2e602821431b06a21982acc2cc to your computer and use it in GitHub Desktop.
MySQL Compare db1 <> db2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ mysqldbcompare --server1=<username>:<password>@localhost --server2=<username>:<password>@localhost --difftype=sql --run-all-tests --changes-for=server2 db_name_1:db_name_2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment