Bug #30250 | Too wide fields when using UTF8 strings | ||
---|---|---|---|
Submitted: | 6 Aug 2007 9:07 | Modified: | 14 Nov 2007 10:07 |
Reporter: | Dmitry Samborskiy | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S4 (Feature request) |
Version: | 5.0.45 | OS: | Linux |
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
[7 Sep 2007 8:42]
Sveta Smirnova
[12 Sep 2007 6:27]
Dmitry Samborskiy
Screenshot of gterm / FC4 / mysql RPMS from MySQL AB
Attachment: mysql-utf8-fmt.png (image/png, text), 36.94 KiB.
[11 Jan 2008 13:46]
Alexander Barkov
Full-width characters example
Attachment: fullwidth.jpg (image/jpeg, text), 40.59 KiB.
[11 Jan 2008 14:12]
Alexander Barkov
"Privet" with --column-type-info
Attachment: fullwidth2.jpg (image/jpeg, text), 55.54 KiB.