mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 09:20:11 +01:00
fixed the mysqlsocket parameter in piler.conf
This commit is contained in:
parent
67e8a4abef
commit
3d3e1d777e
@ -149,7 +149,9 @@ memcached_to_db_interval=900
|
||||
|
||||
;mysqlhost=127.0.0.1
|
||||
;mysqlport=3306
|
||||
mysqlsocket=/tmp/mysql.sock
|
||||
; set the mysqlsocket parameter if the socket is not where the mysqlclient
|
||||
; library thinks it is. For most users the empty default is fine.
|
||||
mysqlsocket=
|
||||
mysqluser=piler
|
||||
mysqlpwd=verystrongpassword
|
||||
mysqldb=piler
|
||||
|
Loading…
Reference in New Issue
Block a user