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 9 (Stretch)
โ Also compatible:
โ Different versions:
Configuration File Content
23 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
# 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/5898a2c9f6b119afac615d3377f2db49?hint=50-client.cnf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/5898a2c9f6b119afac615d3377f2db49?hint=50-client.cnf > 50-client.cnf.example