I want delete all traps in the traps console. Is posible to do it from a certain date?.

0
Posted

I want delete all traps in the traps console. Is posible to do it from a certain date?.

0

To delete all traps in the traps console, you must run, in the DB interface extension the following, the following sql sentence: DELETE FROM ttrap; To delete all traps prior to July 10, 2010 in the traps console, you must run, in the DB interface extension the following, the following sql sentence: DELETE FROM ttrap WHERE timestamp < '2010-07-10 00:00:00';