Hi everyone, How to Mass Delete Wordpress Comments using Mysql in PhpMyadmin ? Thanks
Tommy Moderator Staff Member Joined Sep 28, 2012 Messages 189 Points 28 Jan 24, 2013 #1 Hi everyone, How to Mass Delete Wordpress Comments using Mysql in PhpMyadmin ? Thanks
SEO Member Registered Joined Jul 7, 2012 Messages 20 Points 0 Jan 24, 2013 #2 Login to your Cpanel, go to phpMyadmin, select your database you want remove wordpress comments unapproved at SQL command run Code: DELETE FROM wp_comments WHERE comment_approved = 0 You deleted unapproved comments from wordPress using phpMyAdmin. Good luck!
Login to your Cpanel, go to phpMyadmin, select your database you want remove wordpress comments unapproved at SQL command run Code: DELETE FROM wp_comments WHERE comment_approved = 0 You deleted unapproved comments from wordPress using phpMyAdmin. Good luck!
Jack London Well-known member Joined Jul 9, 2012 Messages 158 Points 18 Mar 6, 2013 #3 Thanks for your good tips. It's very efficient to mass delete spam comments in wordpress. I tried and It worked well.
Thanks for your good tips. It's very efficient to mass delete spam comments in wordpress. I tried and It worked well.
jdunhin Active member Registered Joined Feb 27, 2013 Messages 72 Points 0 Mar 8, 2013 #4 I know you talk about comments but want add that I start using Captha on all my forms. It really help me allot. Maybe a plugin to add it to comments? Or aksimet is not doing his job
I know you talk about comments but want add that I start using Captha on all my forms. It really help me allot. Maybe a plugin to add it to comments? Or aksimet is not doing his job