mirror of
https://github.com/kasperfriend/tortoise-docker.git
synced 2026-08-18 18:44:25 +02:00
2a9d9fa157
Packages Shyalya/tortoise-wow with MariaDB, one-shot DB init, and nightly image builds for playerbots and no-bots tags.
10 lines
191 B
INI
10 lines
191 B
INI
[mysqld]
|
|
character-set-server = utf8mb4
|
|
collation-server = utf8mb4_general_ci
|
|
skip-name-resolve
|
|
innodb_buffer_pool_size = 512M
|
|
max_connections = 200
|
|
|
|
[client]
|
|
default-character-set = utf8mb4
|