select `name` from mysql.proc where db = 'your_db_name' and `type` = 'PROCEDURE' show procedure status;