Mariadb: listen on all IP addresses
Mariadb is bound to localhost only otherwise. Change-Id: I66046ea1e264a58cb05881fc985ffe18917fe490
This commit is contained in:
parent
1a2e341fed
commit
81eca4c17c
@ -9,8 +9,9 @@ wait_timeout = 28800
|
||||
#
|
||||
# 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
|
||||
character-set-server = utf8mb4
|
||||
collation-server = utf8mb4_bin
|
||||
character_set_server = utf8mb4
|
||||
collation_server = utf8mb4_bin
|
||||
innodb_buffer_pool_size = 4294967296
|
||||
bind_address = *
|
||||
|
Loading…
x
Reference in New Issue
Block a user