How To Delete All WordPress Spam Comments Using phpMyAdmin


Sponsored Links




I have website that attacker more than 2000 spam each days. And I am so unhappy with it. I know I haven’t installed any Comment Preventing system.  The WordPress spam comment attack is pretty smart because it is definitely automated and all the IP address were different. I assume the WordPress comment spamming tool uses a list of open proxy and tries to post comments in every article.

Deleted Spam Comment using phpMyAdmin

Deleted Spam Comment using phpMyAdmin

So I will so you another ways how to easy deleted all WordPress un approved and spam comment using phpMyAdmin easily.

First you need download and install phpMyAdmin and configure it, if you are using cPanel hosting. You didn’t need it. So go to next step.

Second, login to your phpMyAdmin and select your databases where your blog install it. And go to your SQL Query menu and executed this SQL Query

delete from en_comments where comment_approved = 'spam'

This code will quickly remove all comment that have status spam. If you want remove only spam that not yet approved use this SQL Query

delete from en_comments where comment_approved = '0'

That’s it, now you Spam and moderation comment has been clearly on your WordPress. If you have a lot of spam again and need the quickest way, do this SQL Query again.

Photos taken from http://www.flickr.com/photos/dasqfamily/1556719729/

Subscribe to Full RSS Feed

RSS FeedIf you thing this article useful, please consider subscribing to our RSS Feed or e-mail updates and stay updated with us. You can also follow @WPTricksNet on twitter for latest updates.

About WP Tricks

We are WordPress Family, we collected and writed useful tips and tricks for you WordPress. We share it for you...

Related Tips and Trick from Local Data and on The Net

[How-To] Delete Wordpress Spam Comments Using phpMyAdmin

This article describes the way comments are handled in Wordpress.It describes in detail how you can delete the spam comments using phpMyAdmin and raw SQL Read More

Easily Delete All Wordpress Spam Comments Using phpMyAdmin

For the frequent comment posters in Raymond.CC Blog, you might have noticed an addition of random words to type in before your comment gets in. Well this Read More

How to Mass Delete Comments From WordPress Using phpMyAdmin

How to Mass Delete Comments From WordPress Using phpMyAdmin Which allows me delete all comments marked as spam now and/or daily =) It warn’s about Read More

WordPress › Support » How to delete 3400 spam comments?

Is there a way to delete 3400 spam comments all I logged in into PhpMyAdmin but I don't know how to delete them all www.tamba2.org.uk/wordpress/spam Go get Read More

WordPress › Support » Is there a way to delete all comments at

See WordPress Backups. The can use phpMyAdmin to execute this SQL DELETE FROM wp_comments WHERE in PHPMyAdmin: delete from wp_comments where comment_approved = ’spam’; Read More


3 Responses to How To Delete All WordPress Spam Comments Using phpMyAdmin

  1. Pingback: Download WP-reCAPTCHA Plugin / WordPress Themes, Plugins & Development

  2. Pingback: Tweets that mention How To Delete All WordPress Spam Comments Using phpMyAdmin # WordPress Tricks & Tips -- Topsy.com

  3. nice article,, can i put words/paragraph from this article to my website? i need your answer, thanks..

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>