From 828fc19bb47b29266971f77cae8f3cc70d023eed Mon Sep 17 00:00:00 2001 From: Michael Parker Date: Sun, 16 Jun 2019 08:10:10 -0400 Subject: [PATCH] add bind address --- database/mariadb/my.cnf | 1 + 1 file changed, 1 insertion(+) diff --git a/database/mariadb/my.cnf b/database/mariadb/my.cnf index 643d9474..3049c1bb 100644 --- a/database/mariadb/my.cnf +++ b/database/mariadb/my.cnf @@ -44,6 +44,7 @@ skip-external-locking # # Instead of skip-networking the default is now to listen only on # localhost which is more compatible and is not less secure. +bind-address=0.0.0.0 # # * Fine Tuning #