diff options
Diffstat (limited to 'community/percona-server/mysqld-post')
-rw-r--r-- | community/percona-server/mysqld-post | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/community/percona-server/mysqld-post b/community/percona-server/mysqld-post deleted file mode 100644 index 8c404f4c4..000000000 --- a/community/percona-server/mysqld-post +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -while true; do - response=`/usr/bin/mysqladmin -uUNKNOWN_USER ping 2>&1` && break - echo "$response" | grep -q "mysqld is alive" && break - sleep 1 -done |