分享至
朋友圈
微信
qq空间
qq
微博
复制
select `name` from mysql.proc where db = 'your_db_name' and `type` = 'PROCEDURE' show procedure status;