don't use deprecated options in the installed config files

This commit is contained in:
Sergei Golubchik 2012-05-30 19:11:59 +02:00
parent 32addeaf45
commit 648c8c2619

View File

@ -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