I am running MySQL Workbench 6.3 CE. The following is the default look of the UI:
![enter image description here
I can query the INFORMATION_SCHEMA database, but it is not shown by default under the SCHEMAS section in the navigator panel on the left. Why is this, and how can I get this database to show up on the said panel?
1 Answer 1
Click on
Edit -> Preferences -> SQL Editor and then check the box "Show Metadata and Internal Schemas"
Click on Refresh icon on the right side of Schemas in the left side bar.
I am using 6.3CE. Older versions may have something similar.
-
1@Sabuncu glad it worked out.Allen King– Allen King2017年07月02日 15:17:01 +00:00Commented Jul 2, 2017 at 15:17
-
4You really deserve an extra point for the tip on refreshing the display. Thanks again.Sabuncu– Sabuncu2017年07月02日 15:21:57 +00:00Commented Jul 2, 2017 at 15:21
-
22022, this answer is as usefull as it gets :) ! Thanks!Jorge Campos– Jorge Campos2022年10月04日 17:35:14 +00:00Commented Oct 4, 2022 at 17:35