mrserv0n Posted October 21, 2007 Share Posted October 21, 2007 Is there a quick way through MySQL or something to delete my entire customer and order list? Link to comment Share on other sites More sharing options...
Nullachtfuffzehn Posted October 21, 2007 Share Posted October 21, 2007 You can drop all the tables related to customers and orders. Don't forget the address_book table. You got to create such a script once and use as often as you want. It's a bit work though. Link to comment Share on other sites More sharing options...
mrserv0n Posted October 22, 2007 Author Share Posted October 22, 2007 You can drop all the tables related to customers and orders. Don't forget the address_book table. You got to create such a script once and use as often as you want. It's a bit work though. I was worried if I do that it will mess up the database for when new customers want to join or new orders? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.