diff options
Diffstat (limited to 'scripts/checkMySQLrepl')
-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 |