MariaDB - /etc/my.cnf.d/mariadb-server.cnf
Pulled directly from an unmodified installation.
Quick Actions
๐ฅ Download Original mariadb-server.cnfConfiguration File Information
Authentic & Original
Unaltered mariadb-server.cnf from fresh installation.
Linux Distribution Support
๐ Currently viewing: Alpine Linux v3.21
โ Also compatible:
โ Different versions:
Alpine:
Configuration File Content
43 lines
#
# These groups are read by MariaDB server.
# Use it for options that only the server (but not clients) should see
# this is read by the standalone daemon and embedded servers
[server]
# this is only for the mysqld standalone daemon
[mysqld]
skip-networking
# Galera-related settings
[galera]
# Mandatory settings
#wsrep_on=ON
#wsrep_provider=
#wsrep_cluster_address=
#binlog_format=row
#default_storage_engine=InnoDB
#innodb_autoinc_lock_mode=2
#
# Allow server to accept connections on all interfaces.
#
#bind-address=0.0.0.0
#
# Optional setting
#wsrep_slave_threads=1
#innodb_flush_log_at_trx_commit=0
# this is only for embedded server
[embedded]
# This group is only read by MariaDB servers, not by MySQL.
# If you use the same .cnf file for MySQL and MariaDB,
# you can put MariaDB-only options here
[mariadb]
# This group is only read by MariaDB-10.5 servers.
# If you use the same .cnf file for MariaDB of different versions,
# use this group for options that older servers don't understand
[mariadb-10.5]
Download Commands
mariadb-server.cnf โข
Download the 100% original unaltered configuration file pulled from MariaDB
Using wget:
wget -O mariadb-server.cnf.example https://exampleconfig.com/api/v1/config/original/5afd2a146af8f6f1b8be87075679c44c?hint=mariadb-server.cnf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/5afd2a146af8f6f1b8be87075679c44c?hint=mariadb-server.cnf > mariadb-server.cnf.example