Adding missing template
This commit is contained in:
21
tmpl/mariadb.cnf
Normal file
21
tmpl/mariadb.cnf
Normal file
@ -0,0 +1,21 @@
|
||||
# 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)
|
||||
#
|
||||
#character-set-server = utf8
|
||||
#collation-server = utf8_general_ci
|
||||
#character_set_server = utf8
|
||||
#collation_server = utf8_general_ci
|
||||
# Import all .cnf files from configuration directory
|
||||
plugin-load-add = auth_socket.so
|
||||
!includedir /etc/mysql/mariadb.conf.d/
|
||||
|
Reference in New Issue
Block a user