September 11th, 2006, 10:53 AM
|
#10 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,686
|
ALTER TABLE pp_photos auto_increment=SOMENUMBER;
You can not go by how many rows you have you need to view the last record and see the id and then set your auto_increment with the query above to that last records plus one.
|
| |