How do I view my stored procedures in phpMyAdmin?

前端 未结 11 538
你的背包
你的背包 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:01

    You can select "information_schema" as database and query all entries form the table "routines", in case u don't want to use SQL everytime.

提交回复
热议问题