In phpMyAdmin (Mysql 5.0) how in a autoincrement Table I add values from csv file ? must absolutelly continue auto increment numbering? how reset autoincrement field ?
if I have records
a/a email
4 hgg@
8 ...
9
15 ...
how make them in the sequence there are but with numbering
1
2
3
...
???
Are you recommend autoincrement field or you suggest for easiest work convert to interger non-autoincrement ?