Mahesh T Pai <[email protected]> writes: > > Access denied for user 'kohaadmin'@'localhost' (using password: > > YES) at /usr/share/koha/lib/C4/Context.pm line 692.
Specifically,, it could be that you missed out the "identified by" part in:- mysql> grant all on <kohadatabasename>.*mysql>\ to'<kohadatabaseuser>'@'localhost' identified by\ '<kohadatabaseuserpassword>'; _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

