This should be simple for most but not me I am trying to delete all comments(spam) from my wordpress site, I am accessing it thru PHPmyadmin but am unsure as to do this exactly. Thanks to all who reply
If you are sure that all comments are spam, then the following command will delete all comments from your Wordpress blog: DELETE FROM wp_comments; Code (markup): Just click on "SQL" tab of your phpMyAdmin and paste the command there.