mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 00:31:58 +01:00
fixed piler.conf mysql character set typo
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
896b4b2b57
commit
1d7e3b0cbb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user