Bug #29986 | Table OK on MySQL 5 not read correctly by MySQL6 | ||
---|---|---|---|
Submitted: | 23 Jul 2007 20:05 | Modified: | 25 Jul 2007 19:15 |
Reporter: | werner landgraf | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Archive storage engine | Severity: | S2 (Serious) |
Version: | 6.0.0 alpha | OS: | Linux (Kernel 2.6.23-rc1) |
Assigned to: | CPU Architecture: | Any | |
Tags: | storage engine, table |
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
[23 Jul 2007 20:07]
werner landgraf
[23 Jul 2007 20:08]
werner landgraf
table ... .MYD
Attachment: mnet_attachments_desc.MYD (application/octet-stream, text), 3.70 KiB.
[23 Jul 2007 20:08]
werner landgraf
table ... frm
Attachment: mnet_attachments_desc.frm (application/octet-stream, text), 8.74 KiB.