I\'m trying to track down a bug that\'s deleting rows in a mysql table.
mysql
For the life of me I can\'t track it down in my PHP code, so I\'d
PHP
To view the past queries simply run this query in phpMyAdmin.
SELECT * FROM `general_log`
if it is not enabled, run the following two queries before running it.
SET GLOBAL log_output = 'TABLE'; SET GLOBAL general_log = 'ON';