MariaDB - /etc/mysql/debian.cnf
Pulled directly from an unmodified installation.
Quick Actions
๐ฅ Download Original debian.cnfConfiguration File Information
Authentic & Original
Unaltered debian.cnf from fresh installation.
Linux Distribution Support
๐ Currently viewing: Debian 12 (Bookworm)
โ Also compatible:
Debian 11 (Bullseye),
Ubuntu 22.04 LTS (Jammy Jellyfish),
Ubuntu 24.04 LTS (Noble Numbat),
โ Different versions:
Configuration File Content
15 lines
# THIS FILE IS OBSOLETE. STOP USING IT IF POSSIBLE.
# This file exists only for backwards compatibility for
# tools that run '--defaults-file=/etc/mysql/debian.cnf'
# and have root level access to the local filesystem.
# With those permissions one can run 'mariadb' directly
# anyway thanks to unix socket authentication and hence
# this file is useless. See package README for more info.
[client]
host = localhost
user = root
[mysql_upgrade]
host = localhost
user = root
# THIS FILE WILL BE REMOVED IN A FUTURE DEBIAN RELEASE.
Download Commands
debian.cnf โข
Download the 100% original unaltered configuration file pulled from MariaDB
Using wget:
wget -O debian.cnf.example https://exampleconfig.com/api/v1/config/original/df477b524b3adfdcc5f765ebfa17a6e7?hint=debian.cnf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/df477b524b3adfdcc5f765ebfa17a6e7?hint=debian.cnf > debian.cnf.example