From 3ba982f670ed651b268a26a30b4535d3ac49d2d2 Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Sun, 25 Jun 2017 21:59:56 +0200 Subject: [PATCH] fix mysql socket path in test.conf Signed-off-by: Janos SUTO --- unit_tests/test.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_tests/test.conf b/unit_tests/test.conf index aeb275db..690d0494 100644 --- a/unit_tests/test.conf +++ b/unit_tests/test.conf @@ -23,7 +23,7 @@ mmap_dedup_test=0 mysql_connect_timeout=2 mysqldb=piler mysqlpwd=piler123 -mysqlsocket=/var/run/mysql/mysql.sock +mysqlsocket=/var/run/mysqld/mysqld.sock mysqluser=piler number_of_worker_processes=10 pemfile=/usr/local/etc/piler.pem