Bug #47180 | ERROR 1205 (HY000): Lock wait timeout exceeded; try restarting transaction. | ||
---|---|---|---|
Submitted: | 7 Sep 2009 18:17 | Modified: | 21 Oct 2009 17:50 |
Reporter: | Nadilson Ferreira | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: Locking | Severity: | S1 (Critical) |
Version: | 5.0.27 | OS: | Linux |
Assigned to: | CPU Architecture: | Any | |
Tags: | lock wait timeout exceeded |
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
[7 Sep 2009 18:26]
Nadilson Ferreira
[8 Sep 2009 20:32]
Nadilson Ferreira
SHOW FULL PROCESSLIST
Attachment: mysql_ SHOW_FULL_PROCESSLIST.txt (text/plain), 13.21 KiB.
[8 Sep 2009 20:33]
Nadilson Ferreira
SHOW INNODB STATUS
Attachment: mysql_ SHOW_INNODB_STATUS_G.txt (text/plain), 11.92 KiB.