diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-16 00:07:15 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-16 00:07:15 +0000 |
commit | 01f654cabbc05fc589480125fdbfa0c349521434 (patch) | |
tree | 4991f0a638fcafe5491c29627ce6d59deb316d82 /scripts | |
parent | Add MySQL pool (diff) | |
download | config-01f654cabbc05fc589480125fdbfa0c349521434.tar.bz2 config-01f654cabbc05fc589480125fdbfa0c349521434.tar.xz config-01f654cabbc05fc589480125fdbfa0c349521434.zip |
Script nolonger required
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/checkMySQLrepl | 5 |
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 |