List of Stored Procedures/Functions Mysql Command Line

systemsfault picture systemsfault · Apr 9, 2009 · Viewed 559.4k times · Source

How can I see the list of the stored procedures or stored functions in mysql command line like show tables; or show databases; commands.

Answer

fredrik picture fredrik · Apr 9, 2009
SHOW PROCEDURE STATUS;
SHOW FUNCTION STATUS;