[Koha] Install failed (access denied) creating MySQL database

Mason James mason.loves.sushi at gmail.com
Tue Apr 15 21:34:39 NZST 2008


On 2008/04/15, at 4:18 PM, amitg wrote:

>
> Hi ,
>       This is due to your mysql user kohaadmin permission plz check  
> your
> kohaadmin user permission.
>
> DBurgess wrote:
>>
>> I have a Fedora Core 5 box, MySQL 5.0.27 and Koha 2.2.9. During the
>> creating database stage of the install I get a failure with:
>>
>> ERROR 1045 (28000):Access denied for user  
>> 'kohaadmin'@'localhost' (using
>> password: YES)


Hiya Dave

Try something like this first on your DB...

mysql>  grant all on koha.* to kohaadmin at localhost identified by  
'mypassword';


Then check your koha.conf file to confirm your password in there, is  
the same..

That should solve your access issue.

Cheers, Mason



More information about the Koha mailing list