On 03/09/07, Benct Philip Jonsson bpj@melroch.se wrote:
Can you purge the change and delete logs?
Er, if you really want...although it won't affect page histories.
DELETE FROM recentchanges; (or TRUNCATE TABLE recentchanges, which is quicker) DELETE FROM logging WHERE log_type = "delete" AND log_action = "delete";
Rob Church