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.

むむ。あとでチェック。