/etc/mysql/conf.d/mysql.cnf - Ubuntu 18.04 LTS (Bionic Beaver)

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

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

    [mysql]

    
  

Config Details

Location
/etc/mysql/conf.d/mysql.cnf
Operating system
Ubuntu 18.04 LTS (Bionic Beaver)
Length
1 lines
MD5 checksum
61e0993270966cc6bc96b46c01ade21f

Usage

Download the raw file with wget or curl

Wget

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

cURL

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