Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6209419
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T05:58:51+00:00 2026-05-24T05:58:51+00:00

I imported a database with PHPMyAdmin. A lot of rows were useless and I

  • 0

I imported a database with PHPMyAdmin. A lot of rows were useless and I ended up with 300 rows that get to the ID 5000 or more. How can I delete all current IDs and give them all a new IDs?

I have a column named Date with timestamp. It would be good to order the IDs by date but it’s not a big deal.

How would the query be?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T05:58:53+00:00Added an answer on May 24, 2026 at 5:58 am

    To re-number all rows to have IDs from 1-n, try this:

    First, run this to prevent the second query causing id collisions:

    update mytable set id = id + 1000000;
    

    Then run this, which will re-number all ids 1-n in order of Date:

    set @id:=0;
    update mytable set
    id = (@id := @id + 1)
    order by Date;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have downloaded whole database from geonames.org and imported all countries into mysql. i
I'm working with a MySQL database that has some data imported from Excel .
Can You Import an Excel File to a MySQL Database using phpMyAdmin? I am
I imported a database from Windows to linux and all the tables names are
I generated script from old database, created a new database and imported all data
I've imported a bunch of posts into a Wordpress site that all have the
In the process of fixing a poorly imported database with issues caused by using
I have just imported a huge MySQL database. Most fields are latin1_swedish_ci, and they
I found a CSV database of Cities/ZIP/GPS, and when I imported it, it added
I just imported my Wordpress database from a localhost installation on my computer to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.