List All Stored Procedures in MySQL

To list all stored procedures in MySQL, simply execute the following command:

SHOW PROCEDURE STATUS;

Leave a Reply