Fresh install of wordpress has little junk in it (a test post, a test comment and 7 links)


TRUNCATE TABLE `wp_links`;
TRUNCATE TABLE `wp_comments`;
TRUNCATE TABLE `wp_posts`;
TRUNCATE TABLE `wp_term_relationships`;
UPDATE `wp_term_taxonomy` SET `count` = '0' WHERE `term_taxonomy_id` = 1;
UPDATE `wp_term_taxonomy` SET `count` = '0' WHERE `term_taxonomy_id` = 2;

Posted Wednesday, January 28th, 2009 at 7:11 pm
Filed Under Category: Wordpress
You can skip to the end and leave a response. Pinging is currently not allowed.

0

Leave a Reply

CAPTCHA image