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
18

SHOW PROCEDURE STATUS;
SHOW FUNCTION STATUS;

Leave a Reply

Your email address will not be published. Required fields are marked *