Groups
Groups
Sign in
Groups
Groups
Stacks
Conversations
About
Send feedback
Help
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 AM
11/1/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 AM
11/4/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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