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: Ubuntu 24.04 LTS (Noble Numbat)
โ Also compatible:
Debian 11 (Bullseye),
Debian 12 (Bookworm),
Ubuntu 22.04 LTS (Jammy Jellyfish),
โ Different versions:
Configuration File Content
20 lines
#
# This group is read by the client library
# Use it for options that affect all clients, but not the server
#
[client]
# 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/a8028d231dad4d2658bfd8b0db11f85e?hint=50-client.cnf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/a8028d231dad4d2658bfd8b0db11f85e?hint=50-client.cnf > 50-client.cnf.example