Insert word 48, then select from yourself several times. You will get there very quickly. This is surprisingly faster than you might think.
If you create a table with an int autoinc column, then at the end:
delete from table where id>5524116
Edit here, you go
create table idFix ( id bigint auto_increment primary key, num int not null )engine=myisam;
source share