1# MariaDB-specific config file.
2# Read by /etc/mysql/my.cnf
3
4[client]
5# Default is Latin1, if you need UTF-8 set this (also in server section)
6#default-character-set = utf8
7
8[mysqld]
9#
10# * Character sets
11#
12# Default is Latin1, if you need UTF-8 set all this (also in client section)
13#
14#character-set-server  = utf8
15#collation-server      = utf8_general_ci
16#character_set_server   = utf8
17#collation_server       = utf8_general_ci
18# Import all .cnf files from configuration directory
19!includedir /etc/mysql/mariadb.conf.d/
20