MySQL Profiling
MySQL allows you to profile queries, enabling you to see whats being run on your server. They are stored in…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
MySQL allows you to profile queries, enabling you to see whats being run on your server. They are stored in…
If like me you need to check out the PHP error log, but its bloody massive, you might want to…
I often set up mysql query logging when I am diagnosing a problem. In the my.cnf file, enter (or update…