Saturday 4 September 2010

Horde Error…….Could not connect to database for SQL SessionHandler.

cd /usr/local/cpanel/base/horde/config

vi conf.php

Change the following two lines from:
$conf['sql']['hostspec'] = ‘localhost’;
$conf['sessionhandler']['params']['hostspec'] = ‘localhost’;

to:
$conf['sql']['hostspec'] = ‘localhost:/var/lib/mysql/mysql.sock’;
$conf['sessionhandler']['params']['hostspec'] = ‘localhost:/var/lib/mysql/mysql.sock’;

No comments:

Post a Comment