[dev] small patch for horde/config/conf.dist
Ronnie Garcia
r.garcia@netia.net
Tue Oct 29 17:34:33 2002
---------------------- multipart/mixed attachment
Hi team,
Here is a small patch to let the admin specify the mysql unix socket path
since its required if we elect this connection method (and if its not set
in php.ini, witch is the default behaviour).
Rgds,
Ronnie.
---------------------- multipart/mixed attachment
--- conf.php.dist-orig Tue Oct 29 18:26:39 2002
+++ conf.php.dist Tue Oct 29 18:29:36 2002
@@ -113,6 +113,9 @@
// databases.
// $conf['sql']['port'] = 5432;
+// If you are using UNIX sockets, you may need to specify its location.
+// $conf['sql']['socket'] = '/var/lib/mysql/mysql.sock';
+
// What hostname is the database server running on, or what is the
// name of the system DSN to use?
$conf['sql']['hostspec'] = 'localhost';
---------------------- multipart/mixed attachment--