Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MySQL Workbench left navigator panel missing on MAC?

Tags:

I connected to the server in mysql workbench but I see that something has changed? There used to be a navigator panel on the left hand side with all the schemas and the database options like this: enter image description here

But now on mine it only shows:

enter image description here

I have tried going to the preferences and clicking on all the options but nothing works???

enter image description here

like image 279
pyuntae Avatar asked Dec 05 '17 02:12

pyuntae


People also ask

How do I show navigator in MySQL Workbench?

To access the Navigator area, open an existing connection (or create a new connection) from the home screen. If the panel is not visible, click View, Panels, and then Show Sidebar.

How do I open MySQL GUI on Mac?

To launch MySQL Workbench on Mac OS X, simply open the Applications folder in the Finder, then double-click MySQL Workbench.

How do I connect to MySQL Workbench on Mac?

To install MySQL Workbench on macOS, download the file. Double-click the downloaded file to open the installation window shown in the figure that follows. Drag the MySQL Workbench icon onto the Applications icon as instructed. MySQL Workbench is now installed.

How do I enable the output panel in MySQL Workbench?

The Output is located at the bottom of MySQL Workbench. Its select box includes the Action Output , History Output , and Text Output options.


1 Answers

There's a splitter between the Object/Session info and the schema tree/management part. In your case it's moved up all the way, so you only see the lower part. Drag the marked line down to make the upper part visible:

enter image description here

Update

Starting with MySQL Workbench 8.0.14 the splitter has been changed to show in a different style which makes it much more easy to recognize it:

enter image description hereenter image description here

like image 141
Mike Lischke Avatar answered Oct 05 '22 14:10

Mike Lischke