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 10b392e commit 855149dCopy full SHA for 855149d
tests/compose.yaml
@@ -0,0 +1,15 @@
1
+name: mysqlconnector
2
+
3
+services:
4
+ mysql:
5
+ image: mysql:8.0
6
+ ports:
7
+ - "3306:3306"
8
+ volumes:
9
+ - type: tmpfs
10
+ target: /var/lib/mysql
11
12
+ target: /tmp
13
+ environment:
14
+ MYSQL_ROOT_PASSWORD: pass
15
+ command: --max-allowed-packet=96M --character-set-server=utf8mb4 --log-bin-trust-function-creators=1 --local-infile=1 --max-connections=250
0 commit comments