/etc/mysql/mariadb.conf.d/50-mysql-clients.cnf - Ubuntu 16.04 LTS (Xenial Xerus)

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

It is located under: /etc/mysql/mariadb.conf.d/50-mysql-clients.cnf

    #
# These groups are read by MariaDB command-line tools
# Use it for options that affect only one utility
#

[mysql]
# Default is Latin1, if you need UTF-8 set this (also in server section)
default-character-set = utf8mb4

[mysql_upgrade]

[mysqladmin]

[mysqlbinlog]

[mysqlcheck]

[mysqldump]

[mysqlimport]

[mysqlshow]

[mysqlslap]

    
  

Config Details

Location
/etc/mysql/mariadb.conf.d/50-mysql-clients.cnf
Operating system
Ubuntu 16.04 LTS (Xenial Xerus)
Length
24 lines
MD5 checksum
593e201008e699b8af7abcf9eb6c5d88

Usage

Download the raw file with wget or curl

Wget

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

cURL

curl http://exampleconfig.com/static/raw/mariadb/ubuntu16.04/etc/mysql/mariadb.conf.d/50-mysql-clients.cnf > 50-mysql-clients.cnf.example