Mobile app version of vmapp.org
Login or Join
Michele947

: Phpmyadmin and stored procedures I'm not able to view subprocedures in Phpmyadmin. I have created a sub procedure via the execute query option. Is there an option to list the subprocedure and

@Michele947

Posted in: #Mysql #Phpmyadmin

I'm not able to view subprocedures in Phpmyadmin. I have created a sub procedure via the execute query option. Is there an option to list the subprocedure and edit them.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Michele947

2 Comments

Sorted by latest first Latest Oldest Best

 

@Ravi8258870

show procedure status


will show you the stored procedures.

show create procedure MY_PROC


will show you the definition of a procedure. And

help show


will show you all the available options for the show command.

This will work in phpmyadmin.

10% popularity Vote Up Vote Down


 

@Goswami781

No. Although on the Phpmyadmin home page it says it supports them there is no easy way to edit them. This is a feature request on the phpmyadmin wiki and in sourceforge but it doesn't look like anyone's implemented it.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme