Is it possible to increase the PK somehow? I need to make it start at about 10000. Is there some sql statement I could execute directly in phpMyAdmin?
EDIT: I need to be a bit more clear...
I need to update all rows with a PK over 2190 (about 2000 rows). Need to update them to start at about 10000 instead... So I do believe it is some sort of programming question...