From 7cd936a99ee1aeb75bc3c5ff13afd9b76db43c2f Mon Sep 17 00:00:00 2001 From: max Date: Mon, 30 Dec 2024 02:00:12 +0000 Subject: [PATCH] add remote access fix config for mariadb --- helpers/docker/mariadb/remote-access-fix.cnf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 helpers/docker/mariadb/remote-access-fix.cnf diff --git a/helpers/docker/mariadb/remote-access-fix.cnf b/helpers/docker/mariadb/remote-access-fix.cnf new file mode 100644 index 0000000..8b4d7b7 --- /dev/null +++ b/helpers/docker/mariadb/remote-access-fix.cnf @@ -0,0 +1,5 @@ +# Taken from +# https://mariadb.com/kb/en/configuring-mariadb-for-remote-client-access/#editing-the-defaults-file +[mysqld] +skip-networking=0 +skip-bind-address \ No newline at end of file