myProcDbg
MyProcDebug is a combination of three pieces of software that allows simple "printf-style" debugging of MySQL 5 Procedures. The three pieces are:
  • A MySQL UDF that send a UDF text-message when called from a SQL statement or from a procedure.
  • A Server that receives these UDP messages and converts them to TCP messages that are sent to connected Clients.
  • A client that connectes to the server and displayes the received messages.
The sofware runs on Linux (no GUI Client) and Windows (no command-line client). It is currently only avaailable in source form.
The current version is 1.2.
Author:Anders Karlssonanders@mysql.com
Version: 1.2Documentation Download