Mariadb: listen on all IP addresses

Mariadb is bound to localhost only otherwise.

Change-Id: I66046ea1e264a58cb05881fc985ffe18917fe490
This commit is contained in:
James E. Blair 2024-04-04 15:57:16 -07:00
parent 1a2e341fed
commit 81eca4c17c
1 changed files with 5 additions and 4 deletions

View File

@ -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 = *