diff --git a/playbooks/roles/mariadb/files/my.cnf b/playbooks/roles/mariadb/files/my.cnf index 40b5d0e8a6..37ab7684f2 100644 --- a/playbooks/roles/mariadb/files/my.cnf +++ b/playbooks/roles/mariadb/files/my.cnf @@ -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 = *