#  -*- text -*-
#
#  SQL driver configuration for MySQL/MariaDB
#
#  Should be included inside of a SQL module's configuration section
#
# $Id: aedf8f05820989033c5d18f71695abd1d3d92294 $
#
mysql {
	# If any of the files below are set, TLS encryption is enabled
#	tls {
#		ca_file = "/etc/ssl/certs/my_ca.crt"
#		ca_path = "/etc/ssl/certs/"
#		certificate_file = "/etc/ssl/certs/private/client.crt"
#		private_key_file = "/etc/ssl/certs/private/client.key"
#		cipher = "DHE-RSA-AES256-SHA:AES128-SHA"
#	}
#
	# If yes, (or auto and libmariadb reports warnings are
	# available), will retrieve and log additional warnings from
	# the server if an error has occurred. Defaults to 'auto'
	warnings = auto

	# The character set to use for connections
	# See https://mariadb.com/kb/en/mysql_set_character_set/
	# for a list of valid options
#	character_set = utf8mb4
}
