I have higher PR as a result of that lots of spammers make trackbacks, everyday I have to delete them.
Those trackbacks will negatively affect my site SEO? How do I disable my site all the posts trackback at once?
I have run following code in my MySQL admin and WotdPress manage DB plugin,, it show me an error.
UPDATE wp_posts SET ping_status='closed' WHERE post_status = 'publish' AND post_type = 'post';
UPDATE wp_posts SET ping_status='closed' WHERE post_status = 'publish' AND post_type = 'page';

