I created a stored procedure in phpMyAdmin
CREATE PROCEDURE Sample() SELECT * FROM feedback
Where could I view this this procedure? If it\'
This answer shows how to view them without a script.
"Once you created the stored procedure it will appear in the Routines fieldset below your tables (in the Structure tab), and you can easily change/drop it."