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’
Run the commands below:
delete from wp_comments where comment_approved = ’0′
delete from wp_comments where comment_approved = ‘spam’