[MySQL} Primary Key zurücksetzen

phx

Grünschnabel
Moin Moin,

ich wollte mal fragen ob es möglich es den Primary Key auf 1 zurück zu setzen. Bin nämlich inner Schiule an einem projekt und die ID ist nu auf Stelle 5000 angekommen.

Danke
 
For those that are looking to "reset" the auto_increment, say on a list that has had a few deletions and you want to renumber everything, you can do the following.

DROP the field you are auto_incrementing.
ALTER the table to ADD the field again with the same attributes.
 

Neue Beiträge

Zurück