zencart SQL命令一键清空全部商品数据 适用最新版1.5.6c


TRUNCATE TABLE categories;
TRUNCATE TABLE categories_description;
TRUNCATE TABLE meta_tags_categories_description;

TRUNCATE TABLE products;
TRUNCATE TABLE products_attributes;
TRUNCATE TABLE products_description;
TRUNCATE TABLE products_to_categories;
TRUNCATE TABLE meta_tags_products_description;

TRUNCATE TABLE featured;
TRUNCATE TABLE specials;

TRUNCATE TABLE reviews;
TRUNCATE TABLE reviews_description;

 



复制上面命令,网站后台登录,tools-install sql patch
posted @ 2019-09-27 20:53  老猫博客  阅读(618)  评论(0)    收藏  举报