You probably need to renumber an existing post so that it has the identifier 9111, and then issue the alter table command. You will have to change the ID in all other tables that point to this identifier. If you then run the alter table command, it should work. If this still does not work, you can rename the table, for example, to wp8_posts_backup, with
RENAME TABLE wp8_posts TO wp8_posts_backup
Then create another table with the same schema:
Create Table wp8_posts LIKE wp8_posts_backup;
. - , , , 890000000 . , , , , . .