Hello all, I have a fresh install of Koha 2.0.0RC4 and I want to import some MARC records. I tried using the bulkimport.pl script, but it seems I am getting some errors. The errors say: DBD::mysql::db do failed: Access denied for user: 'kohaadmin@localhost' to database 'Koha' at /usr/local/koha/intranet/modules/C4/Biblio.pm line 289 DBD::mysql::db do failed: Access denied for user: 'kohaadmin@localhost' to database 'Koha' at /usr/local/koha/intranet/modules/C4/Biblio.pm line 371 They just keep repeating. I assumed that it was getting the password from pass=XXX in /etc/koha.conf, so I checked that and I have the correct password there. I then tried the script with more verbose output. It said it was adding the records - so I looked and indeed they were added. Is the error messages a bug or am I doing something wrong? Thanks, Edward Corrado