SQL Command for Mass Deletion of Moderated Comments in WordPress

With comments marked as spam you can empty the folder (though if there are too many this might be less of load on the server), but there is no easy way to get rid of moderated comments that are spam. And if you get 10,000+, this could take hours to delete manually. Below is a quick trick using an SQL command in phpMyAdmin.

1. Make sure you know the proper database for your WordPress blog if you have several installed. You can find this in databases or the wp-config file in the blog directory (use File Manager for this). Once you know the proper database, click on phpMyAdmin in the cPanel dashboard.

2. Find the database of the site that has all the moderated spam.

Screen Shot 2015-03-04 at 10.02.07 AM

3. Look for the wp_comments table in the database, and click on that table.

wp_comments_table

4. You should now be in the wp_comments table. From there, click on the SQL tab.

DELETE FROM 'wp_comments' WHERE 'comment_approved' = 0

Screen Shot 2015-03-04 at 10.06.08 AM

You’ll get a dialog box confirming the command.

comment_delete_dialog

After that, you should have gotten rid of every commented that has not been approved.

Was this article helpful?
0 out of 0 found this helpful

Articles in this section

See more
Reclaim Hosting Support Hours
8:00 am - 5:00 pm ET, Monday through Friday
Submit a Ticket
Get a quick and helpful response from the pros.
Need Extra Support?
No problem, we're here to help! Talk to us about Professional Services or custom Service Level Agreements.