Magento - 清除清空所有产品 04 January 2011 11:49 Tuesday by 小屋 分享收藏

TRUNCATE TABLE `catalog_product_bundle_option`;
TRUNCATE TABLE `catalog_product_bundle_option_value`;
TRUNCATE TABLE `catalog_product_bundle_selection`;
TRUNCATE TABLE `catalog_product_entity_datetime`;
TRUNCATE TABLE `catalog_product_entity_decimal`;
TRUNCATE TABLE `catalog_product_entity_gallery`;
TRUNCATE TABLE `catalog_product_entity_int`;
TRUNCATE TABLE `catalog_product_entity_media_gallery`;
TRUNCATE TABLE `catalog_product_entity_media_gallery_value`;
TRUNCATE TABLE `catalog_product_entity_text`;
TRUNCATE TABLE `catalog_product_entity_tier_price`;
TRUNCATE TABLE `catalog_product_entity_varchar`;
TRUNCATE TABLE `catalog_product_link`;
TRUNCATE TABLE `catalog_product_link_attribute`;
TRUNCATE TABLE `catalog_product_link_attribute_decimal`;
TRUNCATE TABLE `catalog_product_link_attribute_int`;
TRUNCATE TABLE `catalog_product_link_attribute_varchar`;
TRUNCATE TABLE `catalog_product_link_type`;
TRUNCATE TABLE `catalog_product_option`;
TRUNCATE TABLE `catalog_product_option_price`;
TRUNCATE TABLE `catalog_product_option_title`;
TRUNCATE TABLE `catalog_product_option_type_price`;
TRUNCATE TABLE `catalog_product_option_type_title`;
TRUNCATE TABLE `catalog_product_option_type_value`;
TRUNCATE TABLE `catalog_product_super_attribute`;
TRUNCATE TABLE `catalog_product_super_attribute_label`;
TRUNCATE TABLE `catalog_product_super_attribute_pricing`;
TRUNCATE TABLE `catalog_product_super_link`;
TRUNCATE TABLE `catalog_product_enabled_index`;
TRUNCATE TABLE `catalog_product_website`;
TRUNCATE TABLE `catalog_product_entity`;
TRUNCATE TABLE `cataloginventory_stock`;
TRUNCATE TABLE `cataloginventory_stock_item`;
TRUNCATE TABLE `cataloginventory_stock_status`;
INSERT INTO `catalog_product_link_type`(`link_type_id`, `code`) values (1, ‘relation’), (2, ‘bundle’), (3, ‘super’), (4, ‘up_sell’), (5, ‘cross_sell’);
INSERT INTO `catalog_product_link_attribute`(`product_link_attribute_id`, `link_type_id`, `product_link_attribute_code`, `data_type`) values (1, 2, ‘qty’, ‘decimal’), (2, 1, ‘position’, ‘int’), (3, 4, ‘position’, ‘int’), (4, 5, ‘position’, ‘int’), (6, 1, ‘qty’, ‘decimal’), (7, 3, ‘position’, ‘int’), (8, 3, ‘qty’, ‘decimal’);
INSERT INTO `cataloginventory_stock`(`stock_id`, `stock_name`) values (1, ‘Default’);

执行以上SQL脚本即能从数据库中清空Magento所有的产品

作者: Sjolzy

--EOF--

引用地址:

相关评论:

  1. gravatar face
    Magento中文 3 月 06 日 对 “Magento - 清除清空所有产品” 发表最新评论。
    应该说下在什么版本下通用..    现在不敢用呢.

    应该说下在什么版本下通用..    现在不敢用呢.

      评分:5

  2. 2
    Magento中文 :

    应该说下在什么版本下通用..    现在不敢用呢.

    博主回复:我自己是在在1.4.0.1的时候用的哈
  3. 1
    结婚钻戒 :

    写得不错啊。。。

发表评论:

  给 “Magento - 清除清空所有产品” 评分

广告、无意义的评论必删!