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:
None 
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

File: Maximum allowed size is 50MB.
Description:
Privacy:

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:

[27 Jul 2012 14:13] Pedro Gauna
This is the table description, note that 'texto' field is a longtext field

Attachment: table_description.png (image/png, text), 35.72 KiB.

[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.