How do you debug MySQL stored procedures?

后端 未结 16 1276
旧时难觅i
旧时难觅i 2020-11-30 17:44

My current process for debugging stored procedures is very simple. I create a table called \"debug\" where I insert variable values from the stored procedure as it runs. Thi

16条回答
  •  盖世英雄少女心
    2020-11-30 18:01

    I had use two different tools to debug procedures and functions:

    1. dbForge - many functional mysql GUI.
    2. MyDebugger - specialized tool for debugging ... handy tool for debugging.vote http://tinyurl.com/voteimg

提交回复
热议问题