MySQL查看所有存储过程 2015/08/24 37860 清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>> select `name` from mysql.proc where db = 'your_db_name' and `type` = 'PROCEDURE' show procedure status;