MySQL查看所有存储过程 2015/08/24 15960 select `name` from mysql.proc where db = 'your_db_name' and `type` = 'PROCEDURE' show procedure status;