We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55cb261 commit 67f314dCopy full SHA for 67f314d
.travis/wait_mysql.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
while :
3
do
4
- if mysql -e 'select version()' 2>&1 | grep 'version()\|ERROR 2059 (HY000):'; then
+ if docker exec mysqld mysql -e 'select version()'; then
5
break
6
fi
7
sleep 3
0 commit comments