summaryrefslogtreecommitdiff
path: root/scripts/checkMySQLrepl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/checkMySQLrepl')
-rwxr-xr-xscripts/checkMySQLrepl5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/checkMySQLrepl b/scripts/checkMySQLrepl
deleted file mode 100755
index 5a6857a..0000000
--- a/scripts/checkMySQLrepl
+++ /dev/null
@@ -1,5 +0,0 @@
-mysql --defaults-extra-file=/root/.my.cnf mysql -hdefiant -e 'show master status'
-mysql --defaults-extra-file=/root/.my.cnf mysql -hfirebrand -e 'show master status'
-
-mysql --defaults-extra-file=/root/.my.cnf mysql -hdefiant -e 'show slave status' --vertical
-mysql --defaults-extra-file=/root/.my.cnf mysql -hfirebrand -e 'show slave status' --vertical