We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffb8c9 commit 9f78883Copy full SHA for 9f78883
.travis/wait_mysql.sh
@@ -7,7 +7,7 @@
7
8
while :
9
do
10
- if mysql -e 'select version()'; then
+ if mysql --protocol=tcp -e 'select version()'; then
11
break
12
fi
13
sleep 3
0 commit comments