/etc/my.cnf.d/mysql-clients.cnf - CentOS Linux 8

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

It is located under: /etc/my.cnf.d/mysql-clients.cnf

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

[mysql]

[mysql_upgrade]

[mysqladmin]

[mysqlbinlog]

[mysqlcheck]

[mysqldump]

[mysqlimport]

[mysqlshow]

[mysqlslap]


    
  

Config Details

Location
/etc/my.cnf.d/mysql-clients.cnf
Operating system
CentOS Linux 8
Length
23 lines
MD5 checksum
1c0c9997039a4831957599fa81bb1043

Usage

Download the raw file with wget or curl

Wget

wget -O mysql-clients.cnf.example http://exampleconfig.com/static/raw/mariadb/centos8/etc/my.cnf.d/mysql-clients.cnf

cURL

curl http://exampleconfig.com/static/raw/mariadb/centos8/etc/my.cnf.d/mysql-clients.cnf > mysql-clients.cnf.example