Is there a MySQL query to get a list of all permissible user privileges? Like the one shown on this MySQL page?
SHOW PRIVILEGES will give you a list of privileges supported on a mysql server.