shatteredsilicon / ssm-submodules

GNU Affero General Public License v3.0
0 stars 2 forks source link

QAN MariaDB Config #274

Closed gordan-bobic closed 3 days ago

gordan-bobic commented 2 weeks ago

MariaDB, since it only needs to be used via the local socket, should be by default configured with:

skip_name_resolve = 1
skip_networking = 1

Everything inside the container should be connecting to the database via the UNIX socket.