HORDE [emergency] [imp] DB Error: insufficient permissions

allie at daneman.net allie at daneman.net
Sat Dec 14 23:52:32 PST 2002


No difference... I keep gettting the same error everytime. I can reproduce the
output like so:
# mysql --user= --password= horde
ERROR 1044: Access denied for user: '@localhost' to database 'horde'

So that mean it's a Horde problem ??????? Or still a config problem on my end ??? 
I have updated the correct parameters like so in horde.php under preferences and
logged in fine from the command line.

// What preferences driver should we use? Valid values are 'none'
// (meaning use system defaults and don't save any user preferences),
// 'session' (preferences only persist during the login), 'ldap',
// and 'sql'.
$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'] = 'the_correct_password';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';


>> Dec 13 15:39:27 HORDE [emergency] [imp] DB Error: insufficient
> permissions: [nativecode=Access denied for user: '@localhost' to database
'horde'] **




-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/



More information about the imp mailing list