/etc/mysql/mariadb.conf.d/50-client.cnf - Debian GNU/Linux 10 (buster)

This is the default example configuration of 50-client.cnf provided by MariaDB. This config file was generated by MariaDB running on Debian 10.

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

    #
# This group is read by the client library
# Use it for options that affect all clients, but not the server
#

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

# socket location
socket = /var/run/mysqld/mysqld.sock

# Example of client certificate usage
# ssl-cert=/etc/mysql/client-cert.pem
# ssl-key=/etc/mysql/client-key.pem
#
# Allow only TLS encrypted connections
# ssl-verify-server-cert=on

# This group is *never* read by mysql client library, though this
# /etc/mysql/mariadb.cnf.d/client.cnf file is not read by Oracle MySQL
# client anyway.
# If you use the same .cnf file for MySQL and MariaDB,
# use it for MariaDB-only client options
[client-mariadb]

    
  

Config Details

Location
/etc/mysql/mariadb.conf.d/50-client.cnf
Operating system
Debian GNU/Linux 10 (buster)
Length
25 lines
MD5 checksum
f2016c3fdd7e68e49673dc87749ba004

Usage

Download the raw file with wget or curl

Wget

wget -O 50-client.cnf.example http://exampleconfig.com/static/raw/mariadb/debian10/etc/mysql/mariadb.conf.d/50-client.cnf

cURL

curl http://exampleconfig.com/static/raw/mariadb/debian10/etc/mysql/mariadb.conf.d/50-client.cnf > 50-client.cnf.example