From 0b08eb1db89f0353dd2638e5b312f06561f0b29c Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 9 Sep 2022 10:44:34 +0200 Subject: [PATCH] Fix MariaDB bind to localhost --- wo/cli/templates/my.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/templates/my.mustache b/wo/cli/templates/my.mustache index 15300b9..9880026 100644 --- a/wo/cli/templates/my.mustache +++ b/wo/cli/templates/my.mustache @@ -45,7 +45,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 = ::ffff:127.0.0.1 +bind-address = localhost # # * Fine Tuning #