每次运行查询时,MySQL Workbench中结果网格中的列宽度都会重置:
有什么方法可以阻止这种情况吗?根据{{3}},这个问题在3。5年前就确定了。
答案 0 :(得分:2)
谢天谢地,这个恼人的错误已在Workbench 6.2+版本中得到修复。我用新下载的v6.2.3.12312,64位测试了它。
如果您正在使用 Windows 非安装程序版本(即zip),则会出现问题:有一个新的依赖项,如果丢失,会导致它在启动时中断:Visual C ++ Redistributable。值得庆幸的是,安装程序版本会对此进行检查并允许您先下载它。 如果您没有使用安装程序,请访问Microsoft网站的直接链接:http://www.microsoft.com/en-us/download/details.aspx?id=40784。
答案 1 :(得分:1)
似乎有一个错误跟踪器打开了这个问题:
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.
似乎已经改变了6.1
扩展面板的其他方式
如果您遇到困难,请告诉我。