Tôi muốn nâng cấp Magento. Do đó trước tiên tôi muốn chuyển hệ thống sản xuất trực tiếp sang không gian làm việc phát triển. Tôi đang cố gắng nhập cơ sở dữ liệu sản xuất vào cơ sở dữ liệu sạch. Nhưng tôi không thể nhập chính xác. Tôi đã thử một số tùy chọn: xuất qua quản trị viên Magento, xuất qua phpMyAdmin với các cài đặt khác nhau bao gồm (và loại trừ) các câu lệnh như được hiển thị tại http: //www.magentoc Commerce.com/wiki/1_-_installation_and_configuration/restoring_a_backup_of_a_magento_database
Tôi đang sử dụng Magento 1.5.1.0, phpMyAdmin 4.0.8 và phiên bản mới nhất của BigDump để nhập.
Đây là lỗi tôi nhận được sau một thời gian:
Lỗi tại dòng 8699: THÊM CONSTRAINT
FK_CATALOG_CATEGORY_ENTITY_DATETIME_STORE
FOREIGN KEY (store_id
) TÀI LIỆU THAM KHẢOmage_core_store
(store_id
) TRÊN XÓA CASCADE TRÊN CẬP NHẬT CASCADE; Truy vấn: ALTER TABLEmage_catalog_category_entity_datetime
ADD CONSTRAINTFK_CATALOG_CATEGORY_ENTITY_DATETIME_ATTRIBUTE
FOREIGN KEY (attribute_id
Tài liệu tham khảo)mage_eav_attribute
(attribute_id
) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINTFK_CATALOG_CATEGORY_ENTITY_DATETIME_ENTITY
FOREIGN KEY (entity_id
) Tài liệu tham khảomage_catalog_category_entity
(entity_id
) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINTFK_CATALOG_CATEGORY_ENTITY_DATETIME_STORE
FOREIGN KEY (store_id
) Tài liệu tham khảomage_core_store
(store_id
) ON DELETE CASCADE ON UPDATE CASCADE MySQL: không thể thêm hoặc cập nhật một hàng con: một ràng buộc khoá ngoại thất bại (goldenm101_mage4
.#sql-182e_c1d79
, cONSTRAINTFK_CATALOG_CATEGORY_ENTITY_DATETIME_STORE
FOREIGN kEY (store_id
) Tài liệu tham khảomage_core_store
(store_id
') ON DELETE CASCADE ON uPDATE CASC)
Thông tin bổ sung: Tôi không có quyền truy cập SSH.
Lỗi sau giải pháp có thể của mageUz:
Lỗi tại dòng 1487637: THÊM CONSTRAINT
FK_catalogrule_product_website
FOREIGN KEY (website_id
) TÀI LIỆU THAM KHẢOmage_core_website
(website_id
) TRÊN XÓA CASCADE TRÊN CẬP NHẬT CASCADE; Truy vấn: - - ALTER TABLEmage_catalogrule_product
ADD CONSTRAINTFK_catalogrule_product_customergroup
FOREIGN KEY (customer_group_id
) Tài liệu tham khảomage_customer_group
(customer_group_id
) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINTFK_CATALOGRULE_PRODUCT_PRODUCT
FOREIGN KEY (product_id
) Tài liệu tham khảomage_catalog_product_entity
(entity_id
) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINTFK_catalogrule_product_rule
FOREIGN KEY (rule_id
) Tài liệu tham khảomage_catalogrule
(rule_id
) ON DELETE CASCADE ON uPDATE CASCADE, aDD cONSTRAINTFK_catalogrule_product_website
FOREIGN kEY (website_id
) Tài liệu tham khảomage_core_website
(website_id
) ON DELETE CASCADE ON uPDATE CASCADE MySQL: không thể thêm hoặc cập nhật một hàng con: một ràng buộc khoá ngoại thất bại (goldenm101_mage4
.#sql-182e_308afa
, CONSTRAINT PHÍFK_catalogrule_product_customergroup
NGOẠI TỆ (customer_group_id
) TÀI LIỆU THAM KHẢOmage_customer_group
(customer_group_id
) TRÊN CASC XÓA