DBeaver Can't access non-default database

Jekis picture Jekis · Nov 25, 2016 · Viewed 18k times · Source

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

Answer

ilo picture ilo · Dec 1, 2016

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

picture