Search code examples
mysqlprivileges

MySQL query to get a list of all permissible user privileges


Is there a MySQL query to get a list of all permissible user privileges?
Like the one shown on this MySQL page?


Solution

  • SHOW PRIVILEGES will give you a list of privileges supported on a mysql server.