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