Archive for September 8th, 2009
Daily Archive
Tuesday, September 8th, 2009
Mysql grep - understanding a system
When working with a new system - There are various techniques I like to use to understand how it works
firebug net tab
schemaspy
any technique that allows me to print the sql fired on each page request
The following is also useful - A simple mysql dump of the database schema with the database insert statements listed as […]
