Syntax:
/[NO]GRANT = privileges
/GRANT enumerates the privileges granted to the specified user(s).
/NOGRANT specifies the privileges that are not granted. The
specification of a privilege in /NOGRANT overrides the specification
of the same privilege in /GRANT.
The most common use for the combination of the two qualifiers is in
an example like "/GRANT=ALL/NOGRANT=(CONTROL,FORWARD,GLOBAL_DELETE)",
where it is easier to enumerate the privileges that are not granted
than to do the opposite.
Type "HELP specify privileges" for further information.