Le 2014-01-18 02:14, Dhananjay Nakrani a écrit :
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..??
Have a look in libraries/check_user_privileges.lib.php to the function PMA_analyseShowGrant().