Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Viewing long error responses in MySQL Workbench

When long query error messages are logged in the Response column of the Action Output table/tab, many do not fit the width of the column and are not word-wrapped, so the message gets truncated. In searching for a solution, I came across the release notes for a previous version that appears to address this exact problem:

On the Output tab of the SQL Editor, it was not possible to properly view the contents of the Action and Message columns, if the text exceeded the standard column width.

MySQL Workbench has now added a detail panel, so that long messages can be easily viewed. (Bug #51040)

The detail panel described in those notes does not seem to exist in version 6.3, and they were for 5.2. Does anyone know what happened to this feature? Is there another way to view long messages (besides copying them and pasting them into another editor) in 6.3?

like image 870
wst Avatar asked Oct 18 '25 06:10

wst


1 Answers

You can simply hover with the mouse over the message and will get a tooltip after a moment with the full text. Alternatively, you can just copy it and paste it in an editor. This is particularly useful if you search for something in the message.

like image 56
Mike Lischke Avatar answered Oct 19 '25 21:10

Mike Lischke