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

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

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

    [mysqldump]
quick
quote-names
max_allowed_packet	= 16M

    
  

Config Details

Location
/etc/mysql/conf.d/mysqldump.cnf
Operating system
Ubuntu 18.04 LTS (Bionic Beaver)
Length
4 lines
MD5 checksum
20890decb4486ce539753193908fb356

Usage

Download the raw file with wget or curl

Wget

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

cURL

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