[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Koha-devel] Re: RFC - installer changes
From: |
Galen Charlton |
Subject: |
Re: [Koha-devel] Re: RFC - installer changes |
Date: |
Wed, 12 Dec 2007 18:53:53 -0600 |
Hi,
On 12/12/07, Bradley Peters <address@hidden> wrote:
> When I got to the web portion I wasn't sure which username to use as
> there were 2 in the commandline portion. The one I tried first
> (kohauser) was the wrong one.
OK, I'll work on the README to make that more clear.
> Further along at step 3, the installer said it had all the required
> privileges on the database but on the next screen I got the following
> error message.
>
> ERROR 1142 (42000) at line 22: DROP command denied to user
> 'kohaadmin'@'localhost' for table 'accountlines'
Odd, it should check for 'ALL PRIVILEGES' or for specific grants,
including 'DROP'. Could you send me the output of the following mysql
query:
SHOW GRANT FOR 'kohaadmin'@'localhost';
Thanks,
Galen
--
Galen Charlton
Koha Application Developer
LibLime
address@hidden
p: 1-888-564-2457 x709
Re: [Koha-devel] RFC - installer changes, MJ Ray, 2007/12/13