[Koha-bugs] [Bug 22527] New: 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
Sat Mar 16 01:00:22 CET 2019


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

            Bug ID: 22527
           Summary: Web installer links to wrong database manual when
                    database user doesn't have required privileges
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Installation and upgrade (web-based installer)
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: lari.taskula at hypernova.fi
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com
  Target Milestone: ---

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".

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


More information about the Koha-bugs mailing list