MySQL Workbench: No objects selected

user4112053

I have installed MySQL Workbench in my machine. But now I'm unable to select a table on left hand side. Here's what I have currently:

enter image description here

How can I get to the tables in my database?

Mike Lischke

Watch out in which area you are in MySQL Workbench. Currently you have the admin section active. Use the tabs to switch to the SQL section to view your db objects:

enter image description here

Vs.

enter image description here

Btw, you screenshot looks strange. This "No objects selected" box is from the SQL section but shown (much too large) as overlay over some parts of the admin sidebar section. Whatever you did to get to this state is really interesting. If you see this frequently I recommend that you file a bug report with all necessary details (you ommitted here), like the OS, WB version etc.

Update:

Maybe you can solve this by not using the combined mode for admin + sql sections. If you switch that off (what I recommend anyway) you get 2 tab pages as I have shown in my screenshots. For that go to the settings and disable combined mode (the last option in that screenshot):

enter image description here

Also, make sure you have the latest version of MySQL Workbench (atm. 6.3.3).

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related