Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 484
Akshay Lokur Avatar asked Sep 26 '17 06:09

Akshay Lokur


People also ask

What version of MySQL Workbench is compatible with High Sierra?

Install MySQL Workbench15. It is the latest one that is compatible with High Sierra. You can't physically install newer versions. When it's downloaded double click the installation file and then click and drag the MySQL Workbench App into your Applications folder to install.

Why MySQL Workbench is not opening in Mac?

The reason behind the MySQL Workbench client not working can be many. It can be because your macOS version is not compatible with the version of the Workbench that you downloaded, or maybe because the version of Python installed on your macOS is not compatible with the version of Workbench you have downloaded.

Does MySQL Workbench work with Mac?

MySQL Workbench provides platform support for the latest version of macOS only (see supported platforms). The previous version continues to be supported for a transition period of six months after each new version of macOS is released.


3 Answers

Had the same issue. Downgraded to 6.1.7. Seems to work fine.

https://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-workbench-community-6.1.7-osx-i686.dmg

like image 149
Vignesh Nswamy Avatar answered Oct 18 '22 23:10

Vignesh Nswamy


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

like image 22
Филипп Цветков Avatar answered Oct 18 '22 21:10

Филипп Цветков


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

like image 15
Christophe Méheut Avatar answered Oct 18 '22 21:10

Christophe Méheut