Guest Posted May 6, 2003 Posted May 6, 2003 How can I remove all the products from my store? I dont really want to delete everything one-by-one.. Any help appreciated!
Guest Posted May 6, 2003 Posted May 6, 2003 Access your database using a tool like phpmyadmin and run the following queries: delete from products; delete from products_descriptions; delete from products_options; delete from products_options_values; delete from products_options_values_to_products_options; delete from products_to_categories;
Guest Posted May 6, 2003 Posted May 6, 2003 thanks for the speedy reply... How do i run a querry in phpmyadmin? Sorry for sounding thick ;o)
Guest Posted May 6, 2003 Posted May 6, 2003 If you have a newer version of phpMyAdmin, there should be a series of tabs across the top. One is labeled "SQL". Enter your queries in the text box and click on go.
Jason Jacobs Posted May 6, 2003 Posted May 6, 2003 an older version of phpMyAdmin has a little query box at the main page for that database. -j
Recommended Posts
Archived
This topic is now archived and is closed to further replies.