Commit 70a746de authored by Łukasz Nowak's avatar Łukasz Nowak

- remove not needed default-character-set to silence deprecation

 - replace log-slow-queries with log-slow-file to silence depracation


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44197 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 05cd7f70
......@@ -15,7 +15,7 @@ socket = %(socket)s
datadir = %(data_directory)s
pid-file = %(pid_file)s
log-error = %(error_log)s
log-slow-queries = %(slow_query_log)s
log-slow-file = %(slow_query_log)s
long_query_time = 5
max_allowed_packet = 128M
query_cache_size = 32M
......@@ -42,7 +42,6 @@ plugin-load = ha_innodb_plugin.so
# Force utf8 usage
collation_server = utf8_unicode_ci
character_set_server = utf8
default-character-set = utf8
skip-character-set-client-handshake
[mysql]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment