Commit 34e4760
committed
Ensure that we don't use bin logs by default
MySQL 8 comes with bin logs enabled, and that can end using
big space on volumes for near nothing. So ensure that both
MySQL and MariaDB, by default, disable them.
Note this can be changed whenever/if we want to test primary +
replica configurations, but that's another story. For standalone
runs better have bin logs disabled.1 parent 0c28e95 commit 34e4760
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments