
Upstream likes building the settings file into the image, but that's less exciting, let's bind-mount ours in. Depends-On: https://review.opendev.org/717491/ Change-Id: Ia1894d884ef2a84e1282345b77fe07bf8898f367
16 lines
370 B
INI
16 lines
370 B
INI
[client]
|
|
# Default is Latin1, if you need UTF-8 set this (also in server section)
|
|
default-character-set = utf8
|
|
|
|
[mysqld]
|
|
wait_timeout = 28800
|
|
#
|
|
# * Character sets
|
|
#
|
|
# Default is Latin1, if you need UTF-8 set all this (also in client section)
|
|
#
|
|
character-set-server = utf8
|
|
collation-server = utf8_bin
|
|
character_set_server = utf8
|
|
collation_server = utf8_bin
|