[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 Jul 6 15:31:35 CEST 2017


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

M. Tompsett <mtompset at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #52174|0                           |1
        is obsolete|                            |

--- Comment #6 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 64847
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64847&action=edit
Bug 16690: SHOW GRANTS fails to detect proper permissions

If the DB is on a remote machine, the web server and the
db server are different, but the SHOW GRANTS code in
installer/install.pl is trying to use the SAME machine.
And even if the permissions were allowed accessing from
both the web and db servers, MySQL won't return the
SHOW GRANTS without access to the mysql.user table. To
install *.* permissions became easiest to get working.
This makes it so that you can specify the web and db server
separately, so the SHOW GRANT will match the machine the
user is connected from and return properly.

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


More information about the Koha-bugs mailing list