How do I view my stored procedures in phpMyAdmin?

前端 未结 11 551
你的背包
你的背包 2020-12-12 15:57

I created a stored procedure in phpMyAdmin

CREATE PROCEDURE Sample()
SELECT * FROM feedback

Where could I view this this procedure? If it\'

11条回答
  •  庸人自扰
    2020-12-12 17:02

    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."

提交回复
热议问题