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

Viewed 22529

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.

6 Answers

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

MySQL WorkBench 6.1.7 is work well on High Sierra

Related