/etc/mysql/debian.cnf - Debian GNU/Linux 8 (jessie)

This is the default example configuration of debian.cnf provided by MySQL. This config file was generated by MySQL running on Debian 8.

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

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

    
  

Config Details

Location
/etc/mysql/debian.cnf
Operating system
Debian GNU/Linux 8 (jessie)
Length
12 lines
MD5 checksum
4c939cba5c5587fc44f390f4e0affeba

Usage

Download the raw file with wget or curl

Wget

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

cURL

curl http://exampleconfig.com/static/raw/mysql/debian8/etc/mysql/debian.cnf > debian.cnf.example