SHOW PROCEDURE STATUS
List stored procedures and their characteristics. View metadata like the database, name, type, and creator of stored procedures.
Syntax
SHOW PROCEDURE STATUS
[LIKE 'pattern' | WHERE expr]Description
Examples
SHOW PROCEDURE STATUS LIKE 'p1'\G
*************************** 1. row ***************************
Db: test
Name: p1
Type: PROCEDURE
Definer: root@localhost
Modified: 2010-08-23 13:23:03
Created: 2010-08-23 13:23:03
Security_type: DEFINER
Comment:
character_set_client: latin1
collation_connection: latin1_swedish_ci
Database Collation: latin1_swedish_ciSee Also
Last updated
Was this helpful?

