MySQL: showing non-default databases does not work via command line
See original GitHub issueDBeaver 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:
- Created 5 years ago
- Comments:9 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ynasida right-click on connection, select “Connection view”, enable “Show system objects”.
I can see mysql and information_schema using cli (show databases;) but they are not displayed at UI