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

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

It is located under: /etc/mysql/mysql.conf.d/mysql.cnf

    #
# The MySQL database client configuration file
#
# Ref to https://dev.mysql.com/doc/refman/en/mysql-command-options.html

[mysql]

    
  

Config Details

Location
/etc/mysql/mysql.conf.d/mysql.cnf
Operating system
Ubuntu 20.04 LTS (Focal Fossa)
Length
6 lines
MD5 checksum
f65b16652d20305c87a7e28a1144954c

Usage

Download the raw file with wget or curl

Wget

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

cURL

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