summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-02-16 00:07:15 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-02-16 00:07:15 +0000
commit01f654cabbc05fc589480125fdbfa0c349521434 (patch)
tree4991f0a638fcafe5491c29627ce6d59deb316d82 /scripts
parentAdd MySQL pool (diff)
downloadconfig-01f654cabbc05fc589480125fdbfa0c349521434.tar.bz2
config-01f654cabbc05fc589480125fdbfa0c349521434.tar.xz
config-01f654cabbc05fc589480125fdbfa0c349521434.zip
Script nolonger required
Diffstat (limited to 'scripts')
-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