top of page

MySQL: 

SHOW PRIVILEGES

Syntax:
SHOW PRIVILEGES

SHOW PRIVILEGES shows the list of system privileges that the MySQL
server supports. The privileges displayed include all static
privileges, and all currently registered dynamic privileges.

Example

bottom of page