reinstalling koha with same error DB
What is this? I did the following: mysql -u root -p mysql After password I was dropped into mysql database. drop database Koha; successfull. DELETE from user WHERE User='kohaadmin'; successful. SELECT * from user; It shows there is no kohaadmin user in it. Now the error below, what can it be? thanks for any hints. CREATING DATABASE Creating the MySQL database for Koha... 0ERROR 1062 at line 1: Duplicate entry '%-Koha-kohaadmin' for key 1 connected to your DB. Checking & modifying it Adding marc_word table... Adding marc_biblio table... Adding bookshelf table...
On 2004-02-19 18:34:21 +0000 Benedykt P. Barszcz <kb2qzv@poczta.wp.pl> wrote:
It shows there is no kohaadmin user in it. Now the error below, what can it be? thanks for any hints.
You did not run the command: drop from db where user = 'kohaadmin'; on the mysql database. MySQL keeps some user details in both user and db tables. -- MJR/slef My Opinion Only and possibly not of any group I know. Please http://remember.to/edit_messages on lists to be sure I read http://mjr.towers.org.uk/ gopher://g.towers.org.uk/ slef@jabber.at Creative copyleft computing services via http://www.ttllp.co.uk/
participants (2)
-
Benedykt P. Barszcz -
MJ Ray