CA BD NY
  • Categories

  • Recent Posts

  • User Services

  • RSS Apache Hacker

    • An error has occurred; the feed is probably down. Try again later.
  • RSS CentOS Hacker

  • RSS Editor's Lists

    • An error has occurred; the feed is probably down. Try again later.
  • Spam Blocked

  •  Subscribe in a reader

    Add to Google Reader or Homepage

    Enter your email address:

  • Our Tweets

  • Archive for the Debugging Category


    Debugging a MySQL Issue with PHP Using XMP instead of PRE

    Published June 26th, 2009

    Recently, I was helping a co-worker debug a MySrQL issue with an old app that started breaking after the dev team switched the app’s textareas to TinyMCE editor.  Typically, for quick-and-dirty debugging sessions that we want to wrap in minutes, we use a simple dumpQuery() function in PHP that prints out any query used in [...]

    Using mytop to Interactively Monitor MySQL Processes

    Published November 8th, 2008

    How to use mytop and ajaxMyTop to monitor mysql processes.

    Using SHOW FULL PROCESSLIST to Debug PHP Query

    Published October 30th, 2008

    How to debug MySQL queries using SHOW FULL PROCESSLIST and a comment trick.