![]() |
Best way to delete 12,000 wordpress comments?
What is the best way to delete these fuckers?
I know some ignorant trolls will give me ways to prevent it from happening in the first place instead of answering my question but thanks in advance to anyone who actually helps. |
get someone that know mysql to write you a dump to phpmyadmin.
Copy-Paste-Execute-Done |
I'd suggest phpmyadmin as well
|
Quote:
|
phpmyadmin - export your database as sql file to your HD, keep one back up copy
open the sql file in a text editor find table wp_comments delete all comments import database back using phpmyadmin |
you can execute SQL quiery directly in phpmyadmin, but the chances of you fucking up are much hgher ;)
|
I'm bookmarking this thread for future reference.
:) |
Do they follow a pattern?
|
yeah, I had to deal with that shit a few weeks ago. Then I asked my server admin to do it on the DB.
|
delete from wp_comments where 1=1;
all done. |
Quote:
|
Quote:
Code:
delete from wp_comments where comment_approved=0; |
spam karma... plugin for wp
|
Upgrade your Wordpress to current, click the spam count # on the dashboard. Click the "Delete All Spam" button.
It's built straight into the new wp.. |
All times are GMT -7. The time now is 01:14 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123