News Feed
Jobs Feed
Sections




News Archive
Brian Moon's Blog:
PHP/MySQL Debug Trick
August 29, 2006 @ 07:28:56

Brian Moon has had his share of issues with connecting PHP to MySQL, but sometimes, it's harder to track down the problem than others. So, he decided to put a simple trick in place to help him (and the mysqladmin proc command) locate the offending query.

We use a class that I wrote for all of our access to mysql. Its basically a wrapper for mysql_connect, mysql_select_db, mysql_query, mysql_num_rows(), etc. One method to handle all of that. Lots of you probably have one of these objects or libraries. Anyhow, what I did was add a comment into the sql just before I run the query.

Now, mysqladmin proc has the request URI for every query in it. The MySQL slow query log does as well. I know this is a simple little thing, but man, is it useful.

This trick is a quick and easy way to help see what page it is that's causing the issue (since multiple pages can use one SQL call), but it can also be used to help track down other values effecting the SQL as well. Very handy.

3 comments voice your opinion now!
mysql debug trick sql query comment request_uri mysql debug trick sql query comment request_uri


blog comments powered by Disqus

Similar Posts

DealTaker Blog: PHP & MongoDB Sitting in a Tree: Part 1

Zend Developer Zone: Did you hear Sun was buying MySQL?

DevShed: Creating a Login Script for a PHP Invoicing System

Pro::PHP Podcast: Interview with Morgan Tocker

Johannes Schluter's Blog: MySQL Storage Engine based on PHP


Community Events











Don't see your event here?
Let us know!


framework testing series conference unittest phpunit community rest zendframework2 language database symfony2 functional podcast development interview release usergroup introduction opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework