Bug #46669 | mysql freezes during ALTER TABLE | ||
---|---|---|---|
Submitted: | 12 Aug 2009 5:50 | Modified: | 24 Aug 2009 7:31 |
Reporter: | Tom Keyser | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | 5.0.82-percona-highperf-b16-log | OS: | Linux (Centos 5.3) |
Assigned to: | CPU Architecture: | Any | |
Tags: | ALTER TABLE, freeze, innodb |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[12 Aug 2009 7:55]
Tom Keyser
[12 Aug 2009 7:58]
Tom Keyser
How long do you think I should wait, before I kill mysqld?
Attachment: Image2.jpg (image/jpeg, text), 51.05 KiB.
[12 Aug 2009 7:59]
Tom Keyser
Is this long enough?
Attachment: Image1.jpg (image/jpeg, text), 51.56 KiB.
[12 Aug 2009 8:10]
Tom Keyser
Notice my phpmyadmin screen never completed loading. And its now been stuck for 1233 seconds.
Attachment: Image3.jpg (image/jpeg, text), 155.83 KiB.