/etc/my.cnf.d/client.cnf - CentOS Linux 8

This is the default example configuration of client.cnf provided by MySQL. This config file was generated by MySQL running on CentOS 8.

It is located under: /etc/my.cnf.d/client.cnf

    #
# These two groups are read by the client library
# Use it for options that affect all clients, but not the server
#


[client]

# This group is not read by mysql client library,
# If you use the same .cnf file for MySQL and MariaDB,
# use it for MariaDB-only client options
[client-mariadb]


    
  

Config Details

Location
/etc/my.cnf.d/client.cnf
Operating system
CentOS Linux 8
Length
13 lines
MD5 checksum
ad56ee35d48d321420e1be1719c76e52

Usage

Download the raw file with wget or curl

Wget

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

cURL

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