You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Petri Tuomola (Jira)" <ji...@apache.org> on 2021/05/21 12:57:00 UTC

[jira] [Closed] (FINERACT-1284) Wrong query for privileges granting on root user - MySQL 5.7

     [ https://issues.apache.org/jira/browse/FINERACT-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Petri Tuomola closed FINERACT-1284.
-----------------------------------
    Resolution: Won't Fix

> 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
>
> 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)