Greg Kennedy
Greg Kennedy

Reputation: 825

Fresh MySQL Workbench install not responding on Mac OSX Lion

I have a brand new Macbook Pro with Lion (10.7.4) installed and MySQL (5.5.24). The CLI works fine but when I install MySQL Workbench (5.2.40) the UI is unresponsive.

The only response I can get is the Manage Connections will highlight and allow me to select it when the mouse is about an inch above it's correct location.

I can create a new connection as normal and connect to the DB but cannot close the tab.

This behaviour doesn't work with the Data Modelling or Server Administration section.

I'm pretty familiar with MySQL Workbench on Linux but this Mac problem has me flummoxed.

Any help is greatly appreciated.

Upvotes: 2

Views: 5080

Answers (1)

Jacek Wiślicki
Jacek Wiślicki

Reputation: 86

I had the same problem and was googling for a solution - finding your post as a result. Meanwhile, got the solution myself. Go to /Applications and open info for MySQLWorkbench.app and check there "Open in Low Resolution". It worked for me (a fresh Macbook Pro/Retina@1920x1200).

Upvotes: 7

Related Questions