add remote access fix config for mariadb

This commit is contained in:
max 2024-12-30 02:00:12 +00:00 committed by theycallhermax
parent 0c4d9ff6c0
commit 7cd936a99e
No known key found for this signature in database
GPG key ID: 24D2803F3E25BF2D

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