I created a stored procedure in phpMyAdmin
CREATE PROCEDURE Sample() SELECT * FROM feedback
Where could I view this this procedure? If it\'
under phpMyAdmin, click on your database (Not on the table), then click on "+Routines".
There you can edit/drop all your stored procedures