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 \
40
40
-p $PORT :3306 \
41
41
--name mysql \
42
42
-e MYSQL_ROOT_PASSWORD=' test' \
43
+ --tmpfs /var/lib/mysql \
43
44
$IMAGE \
44
45
--log-bin-trust-function-creators=1 \
45
46
--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.
7
7
8
8
The tests require a MySQL server. The simplest way to run one is with [ Docker] ( https://www.docker.com/community-edition ) :
9
9
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
11
11
12
12
Copy the file ` SideBySide/config.json.example ` to ` SideBySide/config.json ` , then edit
13
13
the ` 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