Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Delete all pending comments WordPress  (Read 2026 times)

0 Members and 1 Guest are viewing this topic.

vinodt

  • Guest
Delete all pending comments WordPress
« on: January 10, 2014, 01:29:07 pm »
1) Login to your server via SSH.

2) Execute the command given below.

mysql -uDB_USERNAME_HERE -pDB_USER_PASSWORD_HERE -DYOUR_WORDPRESS_DB_NAME_HERE -e "DELETE FROM wp_comments WHERE comment_approved = '0';"

( Please note that, if your WordPress database prefix is something else, please replace “wp_” with that prefix. )

========
Regards,

Vinod T K