List All Stored Procedures in MySQL

If this post helps you, click an ad

To list all stored procedures in MySQL, simply execute the following command:

SHOW PROCEDURE STATUS;

Tags: , , , ,

One Response to “List All Stored Procedures in MySQL”

  1. Ramdas Says:

    Thanks

Leave a Reply