TRUNCATE TABLE categories;
TRUNCATE TABLE categories_description;
TRUNCATE TABLE products;
TRUNCATE TABLE products_attributes;
TRUNCATE TABLE products_description;
TRUNCATE TABLE products_to_categories;
TRUNCATE TABLE featured;
TRUNCATE TABLE specials;
TRUNCATE TABLE reviews;
TRUNCATE TABLE reviews_description;
原文:http://www.cnblogs.com/afish/p/4022314.html