So I am looking for the ability to remove all products and their attributes from magento. Selecting all and then removing them from within the admin panel takes too long. Right now I am doing massive bulk imports and tweaking data until it looks right. How can I do this?
Share
This table is linked to by dozens of other tables, but the foreign key “CASCADE” feature built in to MySQL InnoDB should automatically delete the corresponding entries in those tables as well.