Bug #65384 | Server gone away error occurs depending on the number of table/key relations | ||
---|---|---|---|
Submitted: | 21 May 2012 16:37 | Modified: | 5 Apr 2013 13:00 |
Reporter: | Danny Foti | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | 5.5.24, 5.5.31, 5.7.1, 5.0.97, 5.1.69 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | Error 2002, ERROR 2006, ERROR 2013, 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
[21 May 2012 16:39]
Danny Foti
[21 May 2012 16:41]
Danny Foti
Log file after error created
Attachment: mysql_error.log (application/octet-stream, text), 4.79 KiB.
[21 May 2012 16:41]
Danny Foti
Script file to recreate the success
Attachment: mysql_no_error_create.sql (application/octet-stream, text), 42.37 KiB.
[21 May 2012 16:41]
Danny Foti
Log file after success
Attachment: mysql_no_error.log (application/octet-stream, text), 3.96 KiB.