From 3d3e1d777ef7e69dbfe3c43e1af95004e7072bc8 Mon Sep 17 00:00:00 2001 From: SJ Date: Tue, 30 Jul 2013 11:16:55 +0200 Subject: [PATCH] fixed the mysqlsocket parameter in piler.conf --- etc/example.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/example.conf b/etc/example.conf index 1699e3c8..390f4086 100644 --- a/etc/example.conf +++ b/etc/example.conf @@ -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