To list all stored procedures in MySQL, simply execute the following command:
SHOW PROCEDURE STATUS;
Leave A Comment »