don't use deprecated options in the installed config files
This commit is contained in:
parent
32addeaf45
commit
648c8c2619
6
debian/additions/mariadb.cnf
vendored
6
debian/additions/mariadb.cnf
vendored
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
[client]
|
[client]
|
||||||
# Default is Latin1, if you need UTF-8 set this (also in server section)
|
# Default is Latin1, if you need UTF-8 set this (also in server section)
|
||||||
#default-character-set = utf8
|
#character-set-server = utf8
|
||||||
|
|
||||||
[mysqld]
|
[mysqld]
|
||||||
#
|
#
|
||||||
@ -11,7 +11,7 @@
|
|||||||
#
|
#
|
||||||
# Default is Latin1, if you need UTF-8 set all this (also in client section)
|
# Default is Latin1, if you need UTF-8 set all this (also in client section)
|
||||||
#
|
#
|
||||||
#default-character-set = utf8
|
#character-set-server = utf8
|
||||||
#default-collation = utf8_general_ci
|
#collation-server = utf8_general_ci
|
||||||
#character_set_server = utf8
|
#character_set_server = utf8
|
||||||
#collation_server = utf8_general_ci
|
#collation_server = utf8_general_ci
|
||||||
|
Loading…
x
Reference in New Issue
Block a user