How to delete all WordPress comments from phpmyadmin

Run the commands  below:

delete from wp_comments where comment_approved = ’0′

delete from wp_comments where comment_approved = ‘spam’

No Comments

Leave a reply

You must be logged in to post a comment.