On 12/14/07, Chris Nighswonger <cnighswonger@foundations.edu> wrote:
itDBI connect(':','',...) failed: Access denied for user 'bdp'@'localhost' (using password: NO) at /usr/local/share/perl/5.8.8/C4/Context.pm line 411 DBI connect(':','',...) failed: Access denied for user 'bdp'@'localhost' (using password: NO) at /usr/local/share/perl/5.8.8/C4/Context.pm line 411 Can't call method "selectrow_array" on an undefined value at /usr/local/share/perl/5.8.8/C4/Context.pm line 366.
It appears that 'bdp'@'localhost' does not have sufficient permissions. In mysql what does SHOW GRANTS; say?
bdp is the username I'm logged into my terminal as. I don't have a user by that name on the MySQL server at all. I thought that the command line tools would use the "kohaadmin" username from the configuration file, but it appears that is not the case. Regards, Bradley Peters.