My wordpress blog have around 50000 spam comments waiting for moderation. How can i delete them in one go? These are due to before akimsat installation.
Get WP Spam free and use it. You won't need askimet. Change your admin approval settings. Then get a free plug in called Admin Per Page. this lets you get around the default limits in WordPress. If you have a slow shared hosting account I'd suggest you not try to delete more than 200-400 at a time as your server might "hang". Good luck.
is this with your own hosting or with wordpress.com ? if it with your own hostng just empty the wp_comments table ( all comments will be deleted)
Run the Following SQL command on your database DELETE FROM wp_comments WHERE comment_approved = '0' .