
Mariadb is bound to localhost only otherwise. Change-Id: I66046ea1e264a58cb05881fc985ffe18917fe490
18 lines
456 B
INI
18 lines
456 B
INI
[client]
|
|
# Default is Latin1, if you need UTF-8 set this (also in server section)
|
|
default-character-set = utf8mb4
|
|
|
|
[mysqld]
|
|
wait_timeout = 28800
|
|
#
|
|
# * Character sets
|
|
#
|
|
# Default is Latin1, if you need UTF-8 set all this (also in client section)
|
|
#
|
|
character-set-server = utf8mb4
|
|
collation-server = utf8mb4_bin
|
|
character_set_server = utf8mb4
|
|
collation_server = utf8mb4_bin
|
|
innodb_buffer_pool_size = 4294967296
|
|
bind_address = *
|