I have about 14000 rows added through a script with ID ( auto_increment ) in mysql database.
then I added row with ID number 99999 manually , now when i add a row with script it adds after 99999 inspite of deleting the row with ID 99999 .
How do i continue from row number 140001 ?
Cheers,
Any good database management tool will have support for that.
If you need to do it in SQL, use this: