fixed piler.conf mysql character set typo

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2017-08-30 11:08:50 +02:00
parent 896b4b2b57
commit 1d7e3b0cbb

View File

@ -198,7 +198,7 @@ memcached_to_db_interval=900
// this can be either utf8 or utf8mb4. Make sure to match the value
// to the charset of the piler database! Also, make sure to set this
// value in sphinx.conf
mysqlcharset=utfmb4
mysqlcharset=utf8mb4
;mysqlhost=127.0.0.1
;mysqlport=3306
mysqlsocket=/var/run/mysqld/mysqld.sock