[Phpmyadmin-devel] Regarding https://sourceforge.net/p/phpmyadmin/feature-requests/1489/

Dhananjay Nakrani dhananjaynakrani at gmail.com
Sat Jan 18 08:14:54 CET 2014


Hi guys,

I tried using 'PMA_getDbRightsForUserOverview()' and it turns out that it
returns the overview of privileges for all users present in `mysql`.`user`.

What we need for this is the 'Create_priv' field for current user only. I
also looked for such a function in './libraries/server_privileges.lib.php'
but could not find any.

Do you know any functions which can give all the privileges from `mysql`.`user`
current user..??

Thanks..:)

Regards,
Dhananjay R. Nakrani,
A Newbie to open-source projects.


On Wed, Jan 15, 2014 at 8:45 PM, Marc Delisle <marc at infomarc.info> wrote:

> Viduranga Wijesooriya a écrit :
> > Hi,
> > Regarding https://sourceforge.net/p/phpmyadmin/feature-requests/1489/
> > This is the line which adds new node to the navigation panel -
> >
> https://github.com/phpmyadmin/phpmyadmin/blob/master/libraries/navigation/Nodes/Node_Database_Container.class.php#L42
> > How to include 'sever_privileges.lib.php', in that file to be able to
> call
> > functions like 'PMA_getDbRightsForUserOverview()'( )
> >
> > Thanks
>
> Try this in the __construct() method of this class:
> include_once './libraries/server_privileges.lib.php';
>
> --
> Marc Delisle
> http://infomarc.info | http://phpmyadmin.net
>
>
> ------------------------------------------------------------------------------
> CenturyLink Cloud: The Leader in Enterprise Cloud Services.
> Learn Why More Businesses Are Choosing CenturyLink Cloud For
> Critical Workloads, Development Environments & Everything In Between.
> Get a Quote or Start a Free Trial Today.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
> _______________________________________________
> Phpmyadmin-devel mailing list
> Phpmyadmin-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.phpmyadmin.net/pipermail/developers/attachments/20140118/8e8a8125/attachment.html>


More information about the Developers mailing list