add remote access fix config for mariadb

This commit is contained in:
max 2024-12-30 02:00:12 +00:00 committed by git.gay
parent 72aab3e74c
commit 2c8b5199c3

View file

@ -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