Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MySQL Workbench Schemas Panel not working

I have a trouble with my MySQL workbench 6.0 (i work on Ubuntu) and when I choose a server instance, instead of the "SCHEMAS" panel it shows the message "No object selected". In the "SQL panel" (main panel), the query show databases; works, but I have no list of the databases in the "SCHEMAS" panel.

I have this problem with all my instances and when there is a lot of databases and tables, it's annoying!

Do you have any idea about this problem?
Thanks,

like image 210
Bob Avatar asked Oct 24 '14 12:10

Bob


People also ask

How do I see all schemas in MySQL Workbench?

To open Schema Inspector click (i) icon that shows up on hover over schema name: or right click schema and select Schema Inspector. When Schema Inspector opens go to Columns tab. All columns are visible in a grid.

How do I open the schema navigator in MySQL Workbench?

It also lists the schemas on the server for that connection. 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 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

Have you tried dragging the window boarder just above the "Object Info" button?

enter image description here

like image 135
Martin Klosi Avatar answered Sep 28 '22 09:09

Martin Klosi