MySQL Workbench (6.3.9) is not compatible with MacOS High Sierra?

MacosMysql WorkbenchMacos High-Sierra

Macos Problem Overview


Today morning I upgraded my MacBook to High Sierra (Version 10.13)

Now, my MySQL workbench (6.3.9) is behaving weirdly after this OS update...

  1. When opened a fresh and executed simple select statement, workbench does not show results grid after query is executed.

  2. When same/another select query is executed again, nothing comes up. Only workbench shows that query is being executed and shows in-progress wheel on tab...

Anybody witnessed this?

P.S.: I can query successfully using another laptop not having High Sierra and my DB is well up and running.

Macos Solutions


Solution 1 - Macos

Solution 2 - Macos

Use last version 6.3.10. It works fine for me at High Sierra https://dev.mysql.com/downloads/file/?id=474219

Solution 3 - Macos

I had the same problem compatibility High Sierra / Mysql Wrokbench 6.3.9

If you use the link from kizanlik where bug is reported

https://bugs.mysql.com/bug.php?id=87714

you will find a new dmg (October 4,) It works for me

Solution 4 - Macos

Yes, MySQL WorkBench 6.1.7 is working on High Sierra, but here is the right link.

Solution 5 - Macos

As I mentioned here: https://stackoverflow.com/questions/44469610/cannot-open-sql-editor-on-macos-high-sierra

Version 6.1.7 has a disappearing grid bug on subsequent queries, which was fixed in 6.2.^ But 6.2 doesn't work on High Sierra as well.

I found that 6.0.8 works fine on Hight Sierra. Here is the link to archived versions: MySQL Workbench Versions

Solution 6 - Macos

MySQL WorkBench 6.1.7 is work well on High Sierra

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAkshay LokurView Question on Stackoverflow
Solution 1 - MacosVignesh NswamyView Answer on Stackoverflow
Solution 2 - MacosФилипп ЦветковView Answer on Stackoverflow
Solution 3 - MacosChristophe MéheutView Answer on Stackoverflow
Solution 4 - MacosKersulView Answer on Stackoverflow
Solution 5 - MacosArtur GrigioView Answer on Stackoverflow
Solution 6 - MacosLost lambsView Answer on Stackoverflow