How can I see the list of the stored procedures or stored functions in mysql command line like show tables;
or show databases;
commands.
18 s
SHOW PROCEDURE STATUS;
SHOW FUNCTION STATUS;