Bug #66031 | Mysql Workbench trims longtext fields | ||
---|---|---|---|
Submitted: | 26 Jul 2012 17:28 | Modified: | 3 Feb 2015 6:02 |
Reporter: | Pedro Gauna | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S2 (Serious) |
Version: | 5.2.41 | OS: | Linux (Linux 3.2.0-27-generic) |
Assigned to: | CPU Architecture: | Any | |
Tags: | WBBugReporter |
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
[27 Jul 2012 14:13]
Pedro Gauna
[27 Jul 2012 14:14]
Pedro Gauna
The query shows the data length and the last part of the string in it
Attachment: table_full_data.png (image/png, text), 32.67 KiB.
[27 Jul 2012 14:16]
Pedro Gauna
The screenshot shows the result of copying text and pasting it in a text editor, note that the end of the string is no the same
Attachment: table_copy_paste.png (image/png, text), 58.79 KiB.