On Tue, 20 Jan 2004, William Holt wrote:
DBI connect('scQuakers:localhost','kohaadmin',...) failed: Access denied for user: 'kohaadmin@localhost' (Using password: YES) at /usr/local/koha/intranet/modules/C4/Context.pm line 368 connected to your DB. Checking & modifying it Can't call method "prepare" on an undefined value at scripts/updater/updatedatabase line 619. Problem updating database... bash-2.05b#
Can you explain what I should have here? Is there something I can do on the command line to test that mysql is setup with the correct username / root password?
Try using mysql from the commandline like this $ mysql -u root -p and giving what you think the root password is at the prompt you might also try $ mysql -u kohaadmin -p and giving it the kohaadmin password -pate
Thanks,
-Will