开发者

stored procedure

开发者 https://www.devze.com 2022-12-15 22:55 出处:网络
i wanted to know if there is a p开发者_如何学Goossibility to debug stored procedures in mysql..engine type = InnoDBYou can enable logging and examine the queries in the log. You can also run individua

i wanted to know if there is a p开发者_如何学Goossibility to debug stored procedures in mysql..engine type = InnoDB


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消