ERROR 1467 (HY000) at line 1: Failed to read auto-increment value from storage engine

471 views
Skip to first unread message

노한성

unread,
Nov 1, 2014, 4:24:10 AM11/1/14
to stacks...@googlegroups.com
I faced MySQL problem.

My sample has very big genome size. This is plant.
This error occurs when manage huge data.

I found the reason.

The type of 'id' column of 'snps' table is int(10).
And I sent a command to modify the type to int(12) now.

I have no idea about other columns also have to be changed. Such as 'tag_id'.


Message has been deleted

노한성

unread,
Nov 4, 2014, 12:20:30 AM11/4/14
to stacks...@googlegroups.com
This command will solve the problem.

alter table snps modify id bigint unsigned;


2014년 11월 1일 토요일 오후 5시 24분 10초 UTC+9, 노한성 님의 말:
Reply all
Reply to author
Forward
0 new messages