How can I see the list of the stored procedures or stored functions in mysql command line like SHOW TABLES; or SHOW DATABASES; commands.
SHOW TABLES;
SHOW DATABASES;
SHOW PROCEDURE STATUS; SHOW FUNCTION STATUS;