MySQL's SHOW GRANTS shows the permissions of the current user.
Is there a way to log in as root and show the permissions of all users?
|
MySQL's Is there a way to log in as root and show the permissions of all users? |
|||
|
|
|
Nothing built-in. You have two options though:
In both cases you can ask for the The first case requires that you install a schema, the latter requires that you install PERL scripts + dependencies. |
|||||||
|
Can give you User list and Privileges assigned to each of them, requires access to |
|||||
|