Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

one simple question


tomliuwhite

Recommended Posts

Posted

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!

Posted
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...!

Posted
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

Posted
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!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...