Skip to content

Commit 10adb46

Browse files
committed
examples
dhi mysql options changes
1 parent 01c808b commit 10adb46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/fpm-nginx-dhi-k8s/wsc-db.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ metadata:
2323
app.kubernetes.io/component: database
2424
app.kubernetes.io/part-of: wsc
2525
data:
26-
MYSQL_OPTIONS: "--innodb-buffer-pool-size=512M" # only support in DHI (instead of own *.cnf file)
26+
MYSQL_OPTIONS: "--innodb-buffer-pool-size=512M --skip-name-resolve" # only support in DHI (instead of own *.cnf file)
2727
# the following variables require manual intervention in order to be used (kubectl exec command):
2828
MYSQL_DATABASE: "woltlab_suite"
2929
MYSQL_USER: "woltlab_suite"

examples/fpm-nginx-dhi/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ services:
7676
environment:
7777
MYSQL_ROOT_PASSWORD: "${MYSQL_ROOT_PASSWORD}"
7878
# only support in DHI (instead of own *.cnf file)
79-
MYSQL_OPTIONS: "--innodb-buffer-pool-size=512M"
79+
MYSQL_OPTIONS: "--innodb-buffer-pool-size=512M --skip-name-resolve"
8080
# not supported in DHI, but for commands to create database and user
8181
MYSQL_DATABASE: "${MYSQL_DATABASE:-wcf}"
8282
MYSQL_USER: "${MYSQL_USER}"

0 commit comments

Comments
 (0)