File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ docker run -d \
43
43
-e MYSQL_ROOT_PASSWORD=' test' \
44
44
--tmpfs /var/lib/mysql \
45
45
$IMAGE \
46
- --log-bin-trust-function-creators=1 \
46
+ --disable- log-bin \
47
47
--local-infile=1 \
48
48
--secure-file-priv=/var/tmp \
49
49
--max-connections=250 \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ It also verifies that MySqlConnector and MySQL Connector/NET (MySql.Data) have s
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 --tmpfs /var/lib/mysql mysql:8.3 --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.3 --max-allowed-packet=96M --character-set-server=utf8mb4 --disable- log-bin --local-infile=1 --max-connections=250
11
11
docker exec mysqlconnector mysql -uroot -ppass -e "INSTALL COMPONENT 'file://component_query_attributes';"
12
12
13
13
Copy the file ` IntegrationTests/config.json.example ` to ` IntegrationTests/config.json ` , then edit
You can’t perform that action at this time.
0 commit comments