How can I check my database connection details in DBeaver to resolve connection issues?

Responsive Ad Header

Question

Grade: Education Subject: Support
How can I check my database connection details in DBeaver to resolve connection issues?
Asked by:
87 Viewed 87 Answers

Answer (87)

Best Answer
(419)
To check your database connection details, go to 'Database' -> 'Database Manager'. Select the database connection you are using. Review the connection parameters (host, port, username, password, driver). Ensure these values are correct and that the driver is properly installed and configured for your database system. Also, verify that the database server is running and accessible from the machine running DBeaver.