From 1d7e3b0cbb9bb11cdfff16536793e183c85a4970 Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Wed, 30 Aug 2017 11:08:50 +0200 Subject: [PATCH] fixed piler.conf mysql character set typo Signed-off-by: Janos SUTO --- etc/example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/example.conf b/etc/example.conf index 16a7e775..f9c368b6 100644 --- a/etc/example.conf +++ b/etc/example.conf @@ -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