vscode-sqltools icon indicating copy to clipboard operation
vscode-sqltools copied to clipboard

How to show mysql's meta database, like `information_schema`?

Open GKilm opened this issue 1 year ago • 1 comments

How to show mysql's meta database, like information_schema?

If there is not the feature , please make it.

GKilm avatar Aug 04 '22 03:08 GKilm

The driver explicitly excludes some databases from the it displays in the connection manager:

  • information_schema
  • performance_schema
  • sys
  • mysql

A future enhancement could change this. Meanwhile you can run your own queries on tables in those databases.

gjsjohnmurray avatar Aug 04 '22 14:08 gjsjohnmurray

Resolved by #938 (merged but not yet published)

gjsjohnmurray avatar Sep 01 '22 11:09 gjsjohnmurray