Skip to content
Snippets Groups Projects
Unverified Commit e18cc22e authored by Joas Schilling's avatar Joas Schilling
Browse files

Fix database configuration

parent 358c9e64
Branches
Tags
No related merge requests found
......@@ -229,9 +229,9 @@ function execute_tests {
-e MYSQL_USER="$DATABASEUSER" \
-e MYSQL_PASSWORD=owncloud \
-e MYSQL_DATABASE="$DATABASENAME" \
-d mysql:5.7
--innodb_large_prefix=true
--innodb_file_format=barracuda
-d mysql:5.7 \
--innodb_large_prefix=true \
--innodb_file_format=barracuda \
--innodb_file_per_table=true)
DATABASEHOST=$(docker inspect --format="{{.NetworkSettings.IPAddress}}" "$DOCKER_CONTAINER_ID")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment