[imp] Warning: Access denied for user

Barry Flanagan barryf-imp@digiserve.ie
Thu, 21 Mar 2002 12:34:37 +0000


On Thursday 21 March 2002 12:21, you wrote:
> Hi all,
>
> i use horde/imp on debian and if i get the imp page then i get this
> warning :
>
> Warning: Access denied for user: 'hordemgr@localhost' (Using password:
> YES) in /etc/horde/db_mysql.inc on line 73
>
> Where is my problem?  Please help my


You need to give the hordemgr permission to access the database from 
localhost - MySQL not olny requires the correct username/password, but also 
limits access to certain hosts only.

Somehting like:

mysql# GRANT ALL PRIVILEGES on horde.* to hordemgr@localhost identified by 
'<password>' ;
mysql# flush privileges;

...should do it.

-- 

-Barry Flanagan