Get the default configuration file mysql-clients.cnf for MariaDB, optimized for CentOS Linux 8. This example configuration ensures optimal compatibility and performance for MariaDB, making it easy to set up and adjust to meet your needs.
Find and download the configuration file here: /etc/my.cnf.d/mysql-clients.cnf.
For more configurations and setup guides, visit our related files section to further customize your system.
#
# These groups are read by MariaDB command-line tools
# Use it for options that affect only one utility
#
[mysql]
[mysql_upgrade]
[mysqladmin]
[mysqlbinlog]
[mysqlcheck]
[mysqldump]
[mysqlimport]
[mysqlshow]
[mysqlslap]
Download the raw file with wget or curl
wget -O mysql-clients.cnf.example https://exampleconfig.com/static/raw/mariadb/centos8/etc/my.cnf.d/mysql-clients.cnf
curl https://exampleconfig.com/static/raw/mariadb/centos8/etc/my.cnf.d/mysql-clients.cnf > mysql-clients.cnf.example
Other config files you might find useful