0

My mysql table auto increment value are like 83321, right now this value is 4110234543.

How can reset my old auto increment value?

Thanks in Advance

1

1 Answer 1

5

You can reset the AUTO_INCREMENT by using the following

ALTER TABLE table_name AUTO_INCREMENT = 83321 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.