Bug #63692 | Unable to insert certain big ascii characters under utf8 encoding | ||
---|---|---|---|
Submitted: | 9 Dec 2011 7:38 | Modified: | 9 Dec 2011 8:08 |
Reporter: | Zhibin Liu | Email Updates: | |
Status: | Unsupported | Impact on me: | |
Category: | MySQL Server: General | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | 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
[9 Dec 2011 7:43]
Zhibin Liu
[9 Dec 2011 7:44]
Zhibin Liu
Data content to be ported.
Attachment: id_13879610.txt (text/plain), 135 bytes.