/etc/mysql/debian.cnf - Ubuntu 20.04 LTS (Focal Fossa)

This is the default example configuration of debian.cnf provided by MariaDB. This config file was generated by MariaDB running on Ubuntu 20.04.

It is located under: /etc/mysql/debian.cnf

    # 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

    
  

Config Details

Location
/etc/mysql/debian.cnf
Operating system
Ubuntu 20.04 LTS (Focal Fossa)
Length
11 lines
MD5 checksum
c0aec05ed707826b399f2b83df343645

Usage

Download the raw file with wget or curl

Wget

wget -O debian.cnf.example http://exampleconfig.com/static/raw/mariadb/ubuntu20.04/etc/mysql/debian.cnf

cURL

curl http://exampleconfig.com/static/raw/mariadb/ubuntu20.04/etc/mysql/debian.cnf > debian.cnf.example