Archive for June 26, 2008

MySQL SHOW CREATE PROCEDURE: Outputting the Text of a Stored Procedure

Posted in Uncategorized on June 26, 2008 by Joey

To output the text of a stored procedure in MySQL, use the SHOW CREATE PROCEDURE command, as follows:

SHOW CREATE PROCEDURE MyProc