ho provato facendo cosi

codice:
ALTER TABLE `archivio` (
ADD `id` INT NOT NULL AUTO_INCREMENT ,
PRIMARY KEY ( `id` ) 
) AUTO_INCREMENT =1000
ma ricevo questo errore

codice:
Messaggio di MySQL:  

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(ADD `id` INT NOT NULL AUTO_INCREMENT, PRIMARY KEY ( `id` ) )AUT
:master: