https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16690
--- Comment #9 from M. Tompsett <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
