We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1013a70 commit ca6e42cCopy full SHA for ca6e42c
test/testserver.sh
@@ -5,7 +5,7 @@ SERVERSTART=0
5
SERVERCONNECT=0
6
SUCCESS=false
7
echo "Starting image with MySQL version $VERSION"
8
-docker run -e MYSQL_ROOT_PASSWORD=rot --name=testserver -p 3306:3306 -d mysql/mysql-server:$VERSION
+docker run -e MYSQL_ROOT_PASSWORD=rot -e MYSQL_ROOT_HOST="%" --name=testserver -p 3306:3306 -d mysql/mysql-server:$VERSION
9
RES=$?
10
if [ ! $RES = 0 ]; then
11
echo "Server start failed with error code $RES"
0 commit comments