/etc/mysql/debian.cnf - Ubuntu 14.04 LTS (Trusty Tahr)

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

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

    # Automatically generated for Debian scripts. DO NOT TOUCH!
[client]
host     = localhost
user     = debian-sys-maint
password = gNS9RGPcwKQxEfzo
socket   = /var/run/mysqld/mysqld.sock
[mysql_upgrade]
host     = localhost
user     = debian-sys-maint
password = gNS9RGPcwKQxEfzo
socket   = /var/run/mysqld/mysqld.sock
basedir  = /usr

    
  

Config Details

Location
/etc/mysql/debian.cnf
Operating system
Ubuntu 14.04 LTS (Trusty Tahr)
Length
12 lines
MD5 checksum
120fc41549446a2923dd0162f3787bd9

Usage

Download the raw file with wget or curl

Wget

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

cURL

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