Question
How can I check my database connection details in DBeaver to resolve connection issues?
Asked by: USER9312
87 Viewed
87 Answers
Answer (87)
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.