I’d like to serve databases from my FreedomBox so they are available to devices on my local network. Would MySQL, MariaDB or something else work best with FBX?
Is there any way to allow access from only the local network? (It seems that “bind-address” can be either any address or only one address on MariaDB but MySQL now allows you to choose multiple IP addresses.)
Beyond running “mysql_secure_installation”, what do I need to do to make it secure?
Is adding <service name=“mysql”/> to /etc/firewalld/zones/internal.xml correct for getting it working with the firewall? (Or, in the case of MariaDB, making a mariadb.xml file in /usr/lib/firewalld/services and adding "<service name=“mariadb”/>.)