How to Delete Wordpress Comments From the Command Line (CLI)
Thursday, February 11th, 2010Haven’t logged into your wordpress blog for a while? Find a few thousand spam comments that you need to delete? I had 34,020 comments in my spam queue. Here is how you can delete them without doing it 20 at a time =P
1. Log into mysql (mysql -u root -p)
2. Select the appropriate database (probably [...]
