Quote:
Originally Posted by mixman
I tried that command but it failed. Ireceived this response: SQL PATCH FAILED AT QUERY:
ALTER TABLE xcart_products AUTO_INCREMENT = '2500'
|
Hmmm...
You might try it without the ticks. i.e.
Code:
ALTER TABLE xcart_products AUTO_INCREMENT = 2500
Let me know if that works.