15 Apr
2008
15 Apr
'08
11:34 a.m.
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@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