MariaDB - /etc/my.cnf
Pulled directly from an unmodified installation.
Quick Actions
๐ฅ Download Original my.cnfConfiguration File Information
Authentic & Original
Unaltered my.cnf from fresh installation.
Linux Distribution Support
๐ Currently viewing: Alpine Linux v3.21
โ Also compatible:
Configuration File Content
13 lines
# This group is read both both by the client and the server
# use it for options that affect everything
[client-server]
# This group is read by the server
[mysqld]
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
# include all files from the config directory
!includedir /etc/my.cnf.d
Download Commands
my.cnf โข
Download the 100% original unaltered configuration file pulled from MariaDB
Using wget:
wget -O my.cnf.example https://exampleconfig.com/api/v1/config/original/53cd06a8d493f97c8b2aa273767e1a1d?hint=my.cnf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/53cd06a8d493f97c8b2aa273767e1a1d?hint=my.cnf > my.cnf.example