DELETE FROM `wp_comments` WHERE `wp_comments`.`comment_approved` = "spam";
If you want to export your database it can become a massive file from comment spams. Use the above query to remove comments spams from the comments table.
DELETE FROM `wp_comments` WHERE `wp_comments`.`comment_approved` = "spam";
If you want to export your database it can become a massive file from comment spams. Use the above query to remove comments spams from the comments table.
2 Comments
Thanks for the delete comments tip in WordPress!
That is nice tips to remove annoying spam