Jump to content

hmm...question on mysql db id number auto_increment..


shane85

Recommended Posts

hey guys

so ive made a db and made it so each row as a product_id number...which auto increases for each time something is added. However, ive done like 50 test entries so my numbers go from

 

1,2,3,56,57,58

 

etc

 

I went in and edited them all so they are all in order and I have about 23 entries. However when I add the next one it goes to 59...so something is still telling it theres that many entries. How do I make it so the next entry will be after the last product_id number?

Link to comment
Share on other sites

Yes, this change should only be run once. Either create a unique PHP file to run it, or run it on the command line when connected to MySQL or through software that manages a MySQL database like phpMyAdmin or GUI software that allows you to run SQL on the database.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.