输入banner图图片脚本导航/分类

MySQL查看所有存储过程

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