Wednesday, March 2, 2011

How to debug the mysql procedure

When we use the mysql database, we must use some procedure or functions to dispose the data or monitor the database,so we must write the procedures, but if the logic is very complex,we must to debug it, but now mysql can't provide the better tools,so google it and find two tools.
one is dbforge studio for mysql, the professional edition's price less than  $50.
the other is myProcDebugger,you can get the code from link,it's open source tool.

No comments:

Post a Comment