Microsoft
Software
Hardware
Network
Question : how to debug a stored procedure in mysql
Hi
Please could someoen advise me on how i can debug stored procedures in mysql. I'm not a database person but whenever i've used sql server you can step though an SP line by line. Is there anything like this in mysql. At the moment i am simply running the procedure on the command line and debugging using select statements.
Also, when i do run my SP on the command line i am getting a message saying i have 31 warnings. How do i see what these warnings are?
thanks
andrea
Answer : how to debug a stored procedure in mysql
I don't think there's a better way to do it. The only other thing I would do would be to create a `debug_log` table and write debug log straight to it from the procedure...
Random Solutions
Autonumbering Primary key
How does Windows terminal license work?
Report producing #Error in Text Box
Local Computer / Domain Permissions for administrator user account
Error checking on mysqldumps on daily backup cronjob
Access Query using Multiple tables and Count Function
Enter Network Password prompt won't go away
Trouble with *.ccx graphic conversion
XPCOM is equivalent to COM, how about OCX?
How do I deactivate a Flash button once it is pressed - make it unclickable?