If I have set the ID column of a table created in MySQL to auto_increment primary key, then how can I get MySQL to start it's counting at the highest number in the DB, and auto_increment from there on, rather than, as it does at the moment, start it's counting at the last value inserted, regardless of whether that value had later been deleted.
How do I change this?
Regards
Tim![]()




Bookmarks