Bug #10491 | Server returns data as charset binary SHOW CREATE TABLE or SELECT FROM I_S | ||
---|---|---|---|
Submitted: | 9 May 2005 19:19 | Modified: | 31 Jul 2007 18:41 |
Reporter: | Tetsuro Ikeda | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Charsets | Severity: | S2 (Serious) |
Version: | 4.1 and up | OS: | Any |
Assigned to: | Alexander Nozdrin | CPU Architecture: | Any |
Tags: | bfsm_2007_04_05, bfsm_2007_06_21 |
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