summaryrefslogtreecommitdiff
path: root/testing/mysql/mysqld-post.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mysql/mysqld-post.sh')
-rwxr-xr-xtesting/mysql/mysqld-post.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/mysql/mysqld-post.sh b/testing/mysql/mysqld-post.sh
index 6747c634c..8dc9c4eea 100755
--- a/testing/mysql/mysqld-post.sh
+++ b/testing/mysql/mysqld-post.sh
@@ -1,3 +1,5 @@
+#!/bin/sh
+
while true; do
response=`/usr/bin/mysqladmin -uUNKNOWN_USER ping 2>&1` && break
echo "$response" | grep -q "mysqld is alive" && break