I want to see only grant privileges on a particular procedure in MySQL. This documentation shows all grants.
Is there a way to see grants only for a particular procedure in a db.
The below command gives all grants including select, update etc. :
SHOW GRANTS FOR 'root'@'localhost';