* You are viewing Posts Tagged ‘Meta’

4874 Spam Comments

I just deleted 4874 spam comments from the database. Wordpress crawled under the table and whimpered when I tried to use the normal interface, so I had to use PhpMyAdmin and figure out the database layout. Fortunately it wasn’t hard.

DELETE FROM `wp_comments` WHERE `comment_approved` = ‘0′

did the trick. I have now activated Akismet.