[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Koha-devel] Re: RFC - installer changes
From: |
Bradley Peters |
Subject: |
Re: [Koha-devel] Re: RFC - installer changes |
Date: |
Wed, 12 Dec 2007 19:05:46 -0600 |
On 12/12/07, Galen Charlton <address@hidden> wrote:
> 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';
Apparently kohaadmin is only granted SELECT. I guess I did something
wrong when I created that database.
Here is the reponse copied from the mysql shell (I just deleted the
long "--" lines).
+
| Grants for address@hidden
|
+
| GRANT USAGE ON *.* TO 'kohaadmin'@'localhost' IDENTIFIED BY PASSWORD
'*CAAD8B29D8D65D2737D51F1A3F726F262C5EE65E' |
| GRANT ALL PRIVILEGES ON `mbom-test`.* TO 'kohaadmin'@'localhost'
|
| GRANT SELECT ON `koha`.* TO 'kohaadmin'@'localhost'
|
+
Re: [Koha-devel] RFC - installer changes, MJ Ray, 2007/12/13
- Re: [Koha-devel] RFC - installer changes, Galen Charlton, 2007/12/13
- Re: [Koha-devel] RFC - installer changes, Galen Charlton, 2007/12/13
- Re: [Koha-devel] RFC - installer changes, MJ Ray, 2007/12/14
- Re: [Koha-devel] RFC - installer changes, Galen Charlton, 2007/12/16
- Re: [Koha-devel] RFC - installer changes, MJ Ray, 2007/12/17
- Re: [Koha-devel] RFC - installer changes, Galen Charlton, 2007/12/17
- Re: [Koha-devel] RFC - installer changes, Vincent Danjean, 2007/12/18