[horde] horde.php and conf.php - db connect error
Adrian DeBoer
stud_muffin_540 at yahoo.com
Thu Aug 7 07:08:49 PDT 2003
> Yes, you set the password to '*******'! Try reading
> some of what you're posting
> to us!
Ok....thanks Chuck. I've been told other things by
other people that I should try the actual password in
plain text.
So....I uncommnented out the password to now read the
***** one instead of the horde one....see below.
// An array holding any parameters that the Auth
object will need to
// function correctly.
$conf['auth']['params'] = array();
$conf['auth']['params']['phptype'] = 'mysql';
$conf['auth']['params']['hostspec'] = 'localhost';
$conf['auth']['params']['username'] = 'horde';
$conf['auth']['params']['password'] = '*****';
//$conf['auth']['params']['password'] = 'horde';
$conf['auth']['params']['database'] = 'horde';
$conf['auth']['params']['table'] = 'horde_users';
Now that I have made that change - I now get the 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
I then try to connect to the mysql through the CLI on
my linux box - mysql -u horde -p - enter the
password: horde - and it logs me in....
Just to catch you up Chuck.....I can login into the
Horde Framework at the URL - http://myserver/horde/ -
but once I try to login to the URL -
http://myserver/horde/kronolith - it was giving me the
errors....
Thanks again guys,
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