[Koha-bugs] [Bug 22527] Web installer links to wrong database manual when database user doesn't have required privileges

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 8 21:18:57 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22527

Liz Rea <wizzyrea at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #86698|0                           |1
        is obsolete|                            |
  Attachment #86699|0                           |1
        is obsolete|                            |

--- Comment #3 from Liz Rea <wizzyrea at gmail.com> ---
Created attachment 87550
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=87550&action=edit
Bug 22527: Fix link to wrong database manual in web installer

To reproduce:
1. Use MySQL or MariaDB for your Koha installation
2. Create an empty database and point $KOHA_CONF to this database name.
3. Grant SELECT privilege to your database user, e.g.
     grant select on koha3.* to 'koha'@'%' identified by 'koha';
4. Go to step 2 of web installer where it checks database connection
5. Observe the following message

User koha doesn't have enough privilege on database koha.

Ask for or make a change in the user's privileges. User koha must have USAGE,
INSERT, UPDATE, DELETE, DROP and CREATE privileges on database koha2.

Need help? See manual for PostgreSQL

6. Note "See manual for PostgreSQL" is wrong. Should be "See manual for MySQL".
7. Apply patch
8. Refresh page and observe it now displays correct link

Sponsored-by: Hypernova Oy

Signed-off-by: Liz Rea <wizzyrea at gmail.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list