My table has a AUTO INCREMENT primary key field. In the phpmyadmin homepage when I click on my database, it shows I have 3663 records in my table. But when I opened my table, I found out that serial no (the AUTO INCREMENT field) 3824 is going on.
I had deleted a couple of rows from the table, and since then the problem started. How do I fix the AUTO INCREMENT field now?