Skip to content

Instantly share code, notes, and snippets.

@alexandreab
Created April 17, 2015 16:24
Show Gist options
  • Save alexandreab/f3fb12735a82f6484ce8 to your computer and use it in GitHub Desktop.
Save alexandreab/f3fb12735a82f6484ce8 to your computer and use it in GitHub Desktop.
Comando executado:
mysqldbcompare --server1=replicator:123456@10.10.10.3 --server2=replicator:123456@10.10.10.4 --difftype=unified --format=vertical --run-all-tests dbexample:dbexample
Json enviado:
{"host": "10.10.10.3", "log_file": "mysql-bin.000007", "log_position": "1411", "slaves": [{"databases": [{"date": "2015-04-17T16:21:19", "name": "dbexample", "tables": {}}], "host": "10.10.10.4", "log_file": "mysql-bin.000007", "log_position": "1757", "status": "connected"}], "status": "connected", "token": "bananabananabanana"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment