Well call me annal retentive, but when I originally built the table I had a way to do it that set it to 1001 as the starting point.
Because it is our member list I would like to have the new data load starting with 1001.
It is an AR thing I know because from the functioning of the database it makes no difference. But it is something I want to do, so what would be the SQL statement to do it?
I tried
ALTER TABLE directory MODIFY user_id AUTO_INCREMENT = '1001'
But that bombs.