views:

33

answers:

1

hi..i wanted to know if there is a possibility to debug stored procedures in mysql..engine type = InnoDB

A: 

You can enable logging and examine the queries in the log. You can also run individual queries from the stored procedures yourself to examine the results.

Victor Nicollet