MariaDB - /etc/mysql/mariadb.conf.d/50-client.cnf
Pulled directly from an unmodified installation.
Quick Actions
๐ฅ Download Original 50-client.cnfConfiguration File Information
Authentic & Original
Unaltered 50-client.cnf from fresh installation.
Linux Distribution Support
๐ Currently viewing: Debian 10 (Buster)
โ Also compatible:
Ubuntu 18.04 LTS (Bionic Beaver),
Ubuntu 20.04 LTS (Focal Fossa),
โ Different versions:
Configuration File Content
26 lines
#
# 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]
Download Commands
50-client.cnf โข
Download the 100% original unaltered configuration file pulled from MariaDB
Using wget:
wget -O 50-client.cnf.example https://exampleconfig.com/api/v1/config/original/f2016c3fdd7e68e49673dc87749ba004?hint=50-client.cnf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/f2016c3fdd7e68e49673dc87749ba004?hint=50-client.cnf > 50-client.cnf.example