Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DBeaver Can't access non-default database

I'm using DBeaver 3.8.0 and trying to setup general connection to my local PostgreSQL database.

To view all the databases i have, I check the "Show non-default databases" checkbox. And when I try to access Schemas of one of my databases - I'm getting the error

org.jkiss.dbeaver.DBException: Can't access non-default database

Connection settings Access error

like image 202
Jekis Avatar asked Nov 25 '16 05:11

Jekis


People also ask

How do I enable all DBeaver databases?

On the connection, right-click -> Edit connection -> Connection settings -> on the tabbed panel, select PostgreSQL , check the box Show all databases .


Video Answer


1 Answers

Try to set your database active which you choose to open the schema:

picture

like image 157
ilo Avatar answered Sep 19 '22 15:09

ilo