script updatdatabase errors
This is a cvs version of koha installation. ===================== = CREATING DATABASE = ===================== Creating the MySQL database for Koha... ERROR 1062 at line 1: Duplicate entry '%-Koha-kohaadmin' for key 1 syntax error at scripts/updater/updatedatabase line 212, near ")" Execution of scripts/updater/updatedatabase aborted due to compilation errors. Problem updating database... [root@localhost koha-RC1]# Is this known to anyone? Benedict
Hi, In article <1043877220.1540.1.camel@localhost.localdomain>, Benedict <kb2qzv@poczta.wp.pl> wrote:
ERROR 1062 at line 1: Duplicate entry '%-Koha-kohaadmin' for key 1 syntax error at scripts/updater/updatedatabase line 212, near ")" Execution of scripts/updater/updatedatabase aborted due to compilation errors.
[...]
Is this known to anyone?
yes, you did not delete the kohaadmin user from the MySQL tables before reinstalling. If the password for the kohaadmin user didn't change, this error is harmless. (If it did change, the kohaadmin user will not have access to the Koha tables.) -- Ambrose LI Cheuk-Wing <a.c.li@ieee.org>
Hi, In article <H9I5zH.o0A@ada.dhs.org>, Ambrose Li <acli@ada.dhs.org> wrote: [...]
If the password for the kohaadmin user didn't change, this error is harmless. (If it did change, the kohaadmin user will not have access to the Koha tables.)
sorry, I haven't read very carefully. I looked at the script; it contained an extra closing parenthesis. Please do a "cvs update" to get the corrected version. -- Ambrose LI Cheuk-Wing <a.c.li@ieee.org>
participants (2)
-
Ambrose Li <acli@ada.dhs.org> via forwarder -
Benedict