question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MySQL: showing non-default databases does not work via command line

See original GitHub issue

DBeaver 5.2.2

We are dynamically creating connections in DBeaver via the command line (see below). The connection opens but we can only see the default databases performance_schema and sys. In contrast when manually creating a connection to the same host, we can see all default databases (mysql, information_schema, performance_schema and sys).

dbeaver -con driver=mysql8|name="NAME"|host=HOST|user="root"|password=PASSWORD

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
alexanderfefelovcommented, Aug 15, 2020

I can see mysql and information_schema using cli (show databases;) but they are not displayed at UI

@ynasida right-click on connection, select “Connection view”, enable “Show system objects”.

0reactions
ynasidacommented, Jul 23, 2019

I can see mysql and information_schema using cli (show databases;) but they are not displayed at UI

Read more comments on GitHub >

github_iconTop Results From Across the Web

In mysql, the show databases; command doesn't list all of my ...
If you request show databases without this, cmd will only show you default databases.
Read more >
4.2.4 Connecting to the MySQL Server Using Command Options
This section describes use of command-line options to specify how to establish connections to the MySQL server, for clients such as mysql or...
Read more >
Fix MySQL 'Command Not Found' Error in Windows
Tutorial on how to fix the MYSQL 'Command Not Found' error. Resolve the issue in Linux, Windows, and macOS with the PATH environment ......
Read more >
mysql Command-line Client - MariaDB Knowledge Base
mysql (from MariaDB 10.4.6, also called mariadb) is a simple SQL shell (with GNU readline ... Completion does not occur if there is...
Read more >
database shown in phpMyAdmin not listed by mysql cli
It sounds like you have an additional instance of MySQL running from Mac Terminal; otherwise it would show the wordpress db. If that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found