Saving columns' widths in result grid in MySQL Workbench
Each time I run a query, the columns' widths in the result grid in MySQL Workbench are reset:
Is there any way to prevent this? According to the bug tracker, this issue was fixed 3.5 years ago.
Thankfuly, this annoying bug was fixed in Workbench version 6.2+. I tested it with freshly downloaded v6.2.3.12312, 64-bit.
A heads up if you're using Windows non-installer version (ie zip): there is a new dependency which, if missing, causes it to break upon startup: Visual C++ Redistributable. Thankfully, installer version checks for this and lets you download it first. If you're not using the installer, here's the direct link to Microsoft site: http://www.microsoft.com/en-us/download/details.aspx?id=40784.
There seems to be a bug tracker with this issue open :
http://bugs.mysql.com/bug.php?id=72332
Open a SQL editor to a server and execute a query that returns some text fields, the
columns don't autofit to a reasonable width to display as much as they can (or set in
the Preferences as I believe 256 bytes..). Instead they are displayed in a super
narrow table taking 1/20 of the screen width.
It seems to have changed with 6.1
Other way to expand panel
Let me know in case if you finding difficulty.
链接地址: http://www.djcxy.com/p/21168.html