Bug #48980 | mysql client field length for utf8 is twice number of letters (is | ||
---|---|---|---|
Submitted: | 23 Nov 2009 10:00 | Modified: | 24 Nov 2009 6:47 |
Reporter: | Peter Volkov | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Charsets | Severity: | S3 (Non-critical) |
Version: | 5.0.84, 5.0, 5.1 bzr | OS: | Any |
Assigned to: | Assigned Account | 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
[23 Nov 2009 13:26]
Sveta Smirnova
[23 Nov 2009 13:27]
Sveta Smirnova
incorrect call of client
Attachment: incorrect_call.jpg (image/jpeg, text), 60.34 KiB.
[23 Nov 2009 14:30]
Peter Volkov
correct_call.jpg with bug highlighted
Attachment: correct_call.jpg (image/jpeg, text), 70.75 KiB.