Bug #70765 | Error for fetching values from TEXT field | ||
---|---|---|---|
Submitted: | 29 Oct 2013 16:20 | Modified: | 10 Jan 2014 11:54 |
Reporter: | Rafael Caesar Lenzi | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | Connector / ODBC | Severity: | S1 (Critical) |
Version: | 5.2.6 | OS: | Windows |
Assigned to: | Bogdan Degtyariov | 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
[29 Oct 2013 18:44]
Miguel Solorzano
[1 Nov 2013 13:32]
Rafael Caesar Lenzi
Example file
Attachment: MySQL test2.xls (application/vnd.ms-excel, text), 30.00 KiB.
[13 Nov 2013 11:20]
Bogdan Degtyariov
Screenshot showing the issue
Attachment: excel_empty_result.png (image/png, text), 21.74 KiB.