summaryrefslogtreecommitdiff
path: root/debian/additions/mariadb.cnf
blob: 6c2d812f0cc0ac2c35fca03fd16e7964b87ebfd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# MariaDB-specific config file.
# Read by /etc/mysql/my.cnf

[client]
# Default is Latin1, if you need UTF-8 set this (also in server section)
#default-character-set  = utf8 

[mysqld]
#
# * Character sets
# 
# Default is Latin1, if you need UTF-8 set all this (also in client section)
#
#default-character-set  = utf8 
#default-collation      = utf8_general_ci 
#character_set_server   = utf8 
#collation_server       = utf8_general_ci