[Koha-bugs] [Bug 16690] Installing DB on remote server fails without *.* permissions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 2 02:10:43 CET 2017


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

--- Comment #9 from M. Tompsett <mtompset at hotmail.com> ---
(In reply to Katrin Fischer from comment #8)
> Patches still apply. Mark, could you add a test plan please and say
> something about the requirements in order to test this?

This is about the koha-create --use-db method, if doing a manual install from
source. But I figure you can get the same result with a simple package install
and a couple tweaks.

As you can see in comment #1, I created a DB, but did not grant permissions for
'%'. This means when the web installer attempts to SHOW GRANTS it is going to
fail, because hostname on a regular install is the KohaApp VM, not the KohaDB
VM.

The 'Do an install' is a simple package installation.
'Hack the kohaconf...' is something like:
$ sudo vi /etc/koha/sites/library/koha-conf.xml
and making the appropriate adjustments to match the information used in the
GRANT ALL.

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


More information about the Koha-bugs mailing list