[
https://issues.apache.org/jira/browse/FINERACT-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17262196#comment-17262196
]
Michael Vorburger commented on FINERACT-1284:
---------------------------------------------
[~BLasan] welcome to Apache Fineract, and Thank You very much for your first
contribution!
I've just granted you contrib permission on this JIRA, so you now can assign
issues to yourself etc.
I've changed the Fix Version from 1.4.0 to 1.5.0, because 1.4.0 is already
released; so PR raised now will be part of a future 1.5.0 release; hope that
makes sense.
> When deploying fineract server using kubernetes, the query for granting
> privileges for root user on all tables is not accurate. It should be
Could you elaborate a little more on this? Is the current query invalid? Or
does it not grant enough privileges? Note that we have the same in
https://github.com/apache/fineract/blob/develop/fineract-db/docker/01-databases.sql,
does that need to be changed as well? It would be good to have more details on
the record about why this is better / required - given that it seems to work as
it currently is... thanks!
> Wrong query for privileges granting on root user - MySQL 5.7
> ------------------------------------------------------------
>
> Key: FINERACT-1284
> URL: https://issues.apache.org/jira/browse/FINERACT-1284
> Project: Apache Fineract
> Issue Type: Bug
> Reporter: Benura Abeywardena
> Assignee: Benura Abeywardena
> Priority: Major
> Labels: MySQL, newbie
> Fix For: 1.4.0
>
>
> When deploying fineract server using kubernetes, the query for granting
> privileges for root user on all tables is not accurate. It should be
> {code:java}
> GRANTt ALL PRIVILEGES ON "." TO 'root'@'%'; {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)