From c229e72929f80a64c30810e279d8904b8b33456e Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 11 Dec 2014 14:30:43 +0000 Subject: Big refresh --- scripts/checkMySQLrepl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/checkMySQLrepl (limited to 'scripts/checkMySQLrepl') diff --git a/scripts/checkMySQLrepl b/scripts/checkMySQLrepl new file mode 100755 index 0000000..b9081f8 --- /dev/null +++ b/scripts/checkMySQLrepl @@ -0,0 +1,5 @@ +mysql -uroot -pne65dq mysql -hdefiant -e 'show master status' +mysql -uroot -pne65dq mysql -hfirebrand -e 'show master status' + +mysql -uroot -pne65dq mysql -hdefiant -e 'show slave status' --vertical +mysql -uroot -pne65dq mysql -hfirebrand -e 'show slave status' --vertical -- cgit v1.2.3