Question
How can I ensure DBeaver is using the correct MySQL host and port when attempting a connection?
Asked by: USER8497
95 Viewed
95 Answers
Answer (95)
Double-check the connection settings in DBeaver. Verify that the 'Host' field is set to the correct IP address or hostname of the MySQL server. Confirm the 'Port' field is set to the standard MySQL port (3306). Incorrect host or port settings will prevent a successful connection, regardless of authentication method.