[horde] preferences sql causes php.exe crash (win32)
Jeff Warnica
jeffw at chebucto.ns.ca
Mon Nov 17 11:56:02 PST 2003
(reincluding the horde list)
That is what I menat... Does horde/test.php report that you have mysql
support?
On Mon, 2003-11-17 at 15:56, Justin wrote:
> Do you mean this?
> I also setup the databases.
> (PS, I guess what I meant is that I'm not running cvs versions.)
> -jz
>
> $conf['prefs']['driver'] = 'sql';
>
> // Any parameters that the preferences driver needs. This includes
> // database or ldap server, username/password to connect with, etc.
> $conf['prefs']['params'] = array();
>
> // This is an example configuration for a MySQL preference backend.
> // The SQL script to setup the preference database is placed in
> // horde/scripts/db/prefs.sql.
> $conf['prefs']['params']['phptype'] = 'mysql';
> $conf['prefs']['params']['hostspec'] = 'localhost';
> $conf['prefs']['params']['username'] = 'horde';
> $conf['prefs']['params']['password'] = '(removed)';
> $conf['prefs']['params']['database'] = 'horde';
> $conf['prefs']['params']['table'] = 'horde_prefs';
More information about the horde
mailing list