I closed comments on all entries created prior to June 30 of last year. This was partly an exercise in using MySQL to manipulate multiple entries (in this case, 963 of them).
UPDATE `mt_entry` SET `entry_allow_comments`=2 WHERE `entry_created_on` <= "2003-06-30:00:00:00"
[Posted with ecto]