Bug #33925 | Create .frm file with size greater than 64KB | ||
---|---|---|---|
Submitted: | 18 Jan 2008 16:28 | Modified: | 20 Aug 2009 18:31 |
Reporter: | Tim McCutcheon | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S2 (Serious) |
Version: | 4.1-BK, 5.0, 5.1, azalea | OS: | Linux |
Assigned to: | Paul DuBois | CPU Architecture: | Any |
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
[18 Jan 2008 16:29]
Tim McCutcheon
[19 Jan 2008 15:48]
Tim McCutcheon
TABLE CREATE with fewer columns
Attachment: GetColumnsSmall.txt (text/plain), 49.21 KiB.