nrieger Posted March 3, 2006 Posted March 3, 2006 Hey, I want to look like i have sold already 13724 orders, not like this would be my first order. Where in the PHPmyadmin would i change that info to start with another order number other than 1?? Thanks in advance.
Jack_mcs Posted March 3, 2006 Posted March 3, 2006 You can't just change it that way to do it properly. There are instructions in the Knowledge basehere. 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
nrieger Posted March 3, 2006 Author Posted March 3, 2006 You can't just change it that way to do it properly. There are instructions in the Knowledge basehere. Jack I tried importing the file to change to another number. This is what im getting. SQL query: ALTER TABLE osc_orders AUTO_INCREMENT =1245 MySQL said: Documentation #1146 - Table 'db138094422.osc_orders' doesn't exist [ Back ] Please help, and guide me step by step. I dont want to touch the DB if i dont know what im doing.
Jack_mcs Posted March 4, 2006 Posted March 4, 2006 Try it again but use ALTER TABLE orders AUTO_INCREMENT =1245 Also, before you make any changes to the database, you should always go to admin->tools and do a backup. That way, if anything goes wrong you will be covered. 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
nrieger Posted March 5, 2006 Author Posted March 5, 2006 Try it again but useALTER TABLE orders AUTO_INCREMENT =1245 Also, before you make any changes to the database, you should always go to admin->tools and do a backup. That way, if anything goes wrong you will be covered. Jack Jack Thanks so much!!! You are the MAN... Nat
Recommended Posts
Archived
This topic is now archived and is closed to further replies.