2020-05-17 12:38:51 +03:00
|
|
|
#
|
|
|
|
# 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
|
2020-10-06 22:39:32 +03:00
|
|
|
#ssl-cert = /etc/mysql/client-cert.pem
|
|
|
|
#ssl-key = /etc/mysql/client-key.pem
|
2020-05-17 12:38:51 +03:00
|
|
|
#
|
|
|
|
# Allow only TLS encrypted connections
|
2020-10-06 22:39:32 +03:00
|
|
|
#ssl-verify-server-cert = on
|
2020-05-17 12:38:51 +03:00
|
|
|
|
|
|
|
# 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]
|