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 9 (Stretch)
โ Also compatible:
Debian 10 (Buster),
Ubuntu 18.04 LTS (Bionic Beaver),
โ Different versions:
Configuration File Content
13 lines
# Automatically generated for Debian scripts. DO NOT TOUCH!
[client]
host = localhost
user = root
password =
socket = /var/run/mysqld/mysqld.sock
[mysql_upgrade]
host = localhost
user = root
password =
socket = /var/run/mysqld/mysqld.sock
basedir = /usr
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/e74d0ae25187a10dee287db95dfc05a4?hint=debian.cnf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/e74d0ae25187a10dee287db95dfc05a4?hint=debian.cnf > debian.cnf.example