I've inherited some code which uses raw "mysql_query". No wrapper or anything. I want to get a log of every query sent to MySQL and the server guy has gone home, so I can't ask him to turn query logging on for a moment.
Is there any way of doing this?
Cheers.
mysql_queryon all of the files that you inherited and replace them to use a wrapper can't you? Ineclipseyou can evensearch and replace. – RakeshS Jul 1 '11 at 4:06