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