File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ docker run -d \
4040 -p $PORT :3306 \
4141 --name mysql \
4242 -e MYSQL_ROOT_PASSWORD=' test' \
43+ --tmpfs /var/lib/mysql \
4344 $IMAGE \
4445 --log-bin-trust-function-creators=1 \
4546 --local-infile=1 \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ with Connector/NET and that [known bugs have been fixed](https://mysqlconnector.
77
88The tests require a MySQL server. The simplest way to run one is with [ Docker] ( https://www.docker.com/community-edition ) :
99
10- docker run -d --rm --name mysqlconnector -e MYSQL_ROOT_PASSWORD=pass -p 3306:3306 mysql:8.0.27 --max-allowed-packet=96M --character-set-server=utf8mb4 --log-bin-trust-function-creators=1 --local-infile=1 --max-connections=250
10+ docker run -d --rm --name mysqlconnector -e MYSQL_ROOT_PASSWORD=pass -p 3306:3306 --tmpfs /var/lib/ mysql mysql :8.0 --max-allowed-packet=96M --character-set-server=utf8mb4 --log-bin-trust-function-creators=1 --local-infile=1 --max-connections=250
1111
1212Copy the file ` SideBySide/config.json.example ` to ` SideBySide/config.json ` , then edit
1313the ` config.json ` file in order to connect to your server. If you are using the Docker
You can’t perform that action at this time.
0 commit comments