Skip to content

Instantly share code, notes, and snippets.

@boywijnmaalen
Last active April 9, 2018 05:11
Show Gist options
  • Save boywijnmaalen/fd516d2e602821431b06a21982acc2cc to your computer and use it in GitHub Desktop.
Save boywijnmaalen/fd516d2e602821431b06a21982acc2cc to your computer and use it in GitHub Desktop.
MySQL Compare db1 <> db2
$ 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