Archive for July 22, 2008

List All Stored Procedures in MySQL

Posted in MySQL, php, programming with tags , , , , on July 22, 2008 by Joey

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

SHOW PROCEDURE STATUS;