[horde] horde.php and conf.php - db connect error
Adrian DeBoer
stud_muffin_540 at yahoo.com
Thu Aug 7 07:26:24 PDT 2003
> You've got the password line (that contains your
> correct password) commented
> out, and the ***** password line uncommented.
> Switch the comment hashes and
> they should work (assuming there are no other
> errors).
In both scenarios, I get an error no matter what!
Scenario #1:
//$conf['auth']['params']['password'] = '*****';
$conf['auth']['params']['password'] = 'horde';
Error:
A fatal error has occurred:
DB Error: connect failed
[line 108 of /var/www/html/horde/lib/Prefs/sql.php]
Details have been logged for the administrator.
Scenario #2:
$conf['auth']['params']['password'] = '*****';
//$conf['auth']['params']['password'] = 'horde';
Error:
A fatal error has occurred:
Unable to connect to SQL server.
[line 119 of /var/www/html/horde/lib/Auth/sql.php]
Details have been logged for the administrator.
Like I said before, I can connect to mysql using the
CLI - mysql -u horde -p ....doesn't make sense...
Just imagine when we get this solved though!
Adrian
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
More information about the horde
mailing list