结果网格未显示在 macOS sierra 的 mysql 工作台 6.3.9 上

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/45967413/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-31 22:49:39  来源:igfitidea点击:

results grid not showing on mysql workbench 6.3.9 for macOS sierra

mysqlmacosworkbench

提问by Martin Ocando

At firs it was working alright, but out of the blue it disappeared, and there is no way to bring it back. Note the gray area with the Apply and Revert buttons, where the results grid should be.

起初它工作正常,但突然消失了,没有办法把它带回来。注意带有 Apply 和 Revert 按钮的灰色区域,结果网格应该在那里。

Query just executed, not the all gray area where the results grid should be

刚刚执行的查询,不是结果网格应该是的所有灰色区域

I also tried clicking on the EXPLAIN command icon, then it opens up the Explain pane, and the results grid is there (grayed out). If I click on it, it disappears.

我还尝试单击 EXPLAIN 命令图标,然后它打开了 Explain 窗格,结果网格就在那里(变灰)。如果我点击它,它就会消失。

enter image description hereThis is driving me nuts.

在此处输入图片说明这让我发疯。

Any ideas?

有任何想法吗?

Thanks

谢谢

回答by Yogev

Good News!

好消息!

Apparently this is a widespread bug on macOS High Sierra that was fixed in version 6.3.10 that was released Nov. 15th 2017.

显然,这是 macOS High Sierra 上的一个普遍错误,已在 2017 年 11 月 15 日发布的 6.3.10 版中修复。

They fixed it as described in the release notes: https://dev.mysql.com/doc/relnotes/workbench/en/wb-news-6-3-10.html

他们按照发行说明中的​​描述修复了它:https: //dev.mysql.com/doc/relnotes/workbench/en/wb-news-6-3-10.html

Executing a query in MySQL Workbench on a host running macOS High Sierra failed to load the result grid completely, which prevented result data from appearing within the Result Grid tab. (Bug #26826418, Bug #87714)

在运行 macOS High Sierra 的主机上在 MySQL Workbench 中执行查询无法完全加载结果网格,这导致结果数据无法显示在“结果网格”选项卡中。(错误#26826418,错误#87714)

Download it here: https://dev.mysql.com/downloads/workbench/(No need to uninstall the previous version, just overwrite it with the newer one)

在这里下载:https: //dev.mysql.com/downloads/workbench/(不需要卸载以前的版本,用新的覆盖即可)

回答by PhilRobi

Go there; MySQL Workbench 6.3 (Mac) hangs on simple queries

去那里; MySQL Workbench 6.3 (Mac) 在简单查询时挂起

Still an issue for me on 6.3.9. But I'm running High Sierra (10.13 beta 9) so it might explain why .. Still, I'll probably have to install bootcamp partition.

在 6.3.9 上对我来说仍然是一个问题。但是我正在运行 High Sierra(10.13 beta 9)所以它可以解释为什么.. 不过,我可能必须安装 bootcamp 分区。

回答by Joe Colburn

This was happening on my instance in Ubuntu as well. Last week, there were no issues and this week, the problem arose.

这也发生在我在 Ubuntu 中的实例上。上周,没有问题,本周,问题出现了。

Reading above, I went to Query->Explain Current Statement(CTRL+ALT+xin Ubuntu) and saw an empty explain panel with the option to view the Results Grid. I clicked on the Results Grid and MySQL Workbench crashed. I re-opened it and ran the query again and the results displayed. ymmv.

阅读以上内容,我转到查询-> 解释当前语句(在 Ubuntu 中为CTRL+ALT+x)并看到一个空的解释面板,其中包含查看结果网格的选项。我点击了结果网格,MySQL Workbench 崩溃了。我重新打开它并再次运行查询并显示结果。嗯。

This is definitely a bug.

这绝对是一个错误。

回答by alltej

It happened with my MySQLWorkbench 8.0 in MacOS High Sierra. I just quit/close MySQL workbench and reopen it again. No need to uninstall and reinstall.

它发生在我在 MacOS High Sierra 中的 MySQLWorkbench 8.0 上。我只是退出/关闭 MySQL 工作台并再次重新打开它。无需卸载并重新安装。

回答by Josh R

Same for me, since I installed High Sierra the other day it hasn't been working. If I try to run a query twice it'll freeze up. I also tried to uninstall the workbench and install an older version but it had the same problem.

对我来说也是如此,因为我前几天安装了 High Sierra,它一直没有工作。如果我尝试运行查询两次,它会冻结。我也尝试卸载工作台并安装旧版本,但它有同样的问题。

EDIT: Version 6.1.7 works better. It still has some issues with large result sets but much easier to do some simple development with.

编辑:版本 6.1.7 效果更好。它仍然存在一些大结果集的问题,但更容易进行一些简单的开发。

回答by Dusty48

I had this problem too. Since updating to High Sierra it stopped working.

我也有这个问题。自从更新到 High Sierra 后,它就停止工作了。

However, finally, there is a working version out there. https://bugs.mysql.com/bug.php?id=87714

然而,最后,有一个可用的版本。 https://bugs.mysql.com/bug.php?id=87714

EDIT: You have to remove your current Workbench version, download and install the .dmg provided in the link above and it should work. At least it worked for me - and as seen within the comments of the link -, for a lot of other people.

编辑:您必须删除当前的 Workbench 版本,下载并安装上面链接中提供的 .dmg,它应该可以工作。至少它对我有用 - 正如链接的评论中所见 - 对很多其他人有用。

回答by Jerome Anthony

On macOS Sierra, the 6.1.7 version works without issues. The newer versions are very buggy

在 macOS Sierra 上,6.1.7 版本可以正常运行。较新的版本有很多问题

回答by vijay krishna

The latest version of MySQL Workbench (6.3.10) fixed that issue for me. But it still has few "stopped unexpectedly" kinda issues.

最新版本的 MySQL Workbench (6.3.10) 为我解决了这个问题。但它仍然很少有“意外停止”的问题。

回答by Taylor

I wish i had not done the Mac update but I just uninstalled My SQL Workbench and reinstalled it with no issues. I now can run my queries and see the results grid.

我希望我没有完成 Mac 更新,但我只是卸载了 My SQL Workbench 并重新安装了它,没有任何问题。我现在可以运行我的查询并查看结果网格。