tomliuwhite Posted December 8, 2006 Posted December 8, 2006 I want to delete many customers' info and orders, I do not want to do it from admin side manually because it will take some time. How could i delete the info through msql-> phpmyadmin? Many thanks in advance!
TechieTW Posted December 11, 2006 Posted December 11, 2006 I want to delete many customers' info and orders, I do not want to do it from admin side manually because it will take some time. How could i delete the info through msql-> phpmyadmin? Many thanks in advance! Simply use your SQLeditor to access the table and delete the records manually. Just be careful not to delete the actual table... Don't give up. I see light ahead...!
Jack_mcs Posted December 11, 2006 Posted December 11, 2006 I want to delete many customers' info and orders, I do not want to do it from admin side manually because it will take some time. How could i delete the info through msql-> phpmyadmin? Many thanks in advance!There's no simple way to do that. Many of the tables are connected so you can't just delete from one table and be done with it. The best way, even though the most difficult, is to use admin. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
tomliuwhite Posted December 12, 2006 Author Posted December 12, 2006 There's no simple way to do that. Many of the tables are connected so you can't just delete from one table and be done with it. The best way, even though the most difficult, is to use admin. Jack Thanks for your important info!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.