Setup
Step 1: Download and Install DBeaver
If you haven’t already installed DBeaver, you can download it from the official website. Install the software following the instructions for your operating system.
Step 2: Retrieve Your Database Credentials
Before connecting, ensure you have the following MySQL database credentials from your server panel or hosting provider:
- Host (e.g.,
mysql.yourserver.comor an IP address) - Port (default is
3306) - Database Name
- Username
- Password
If you don’t have these details, check your server’s Databases section in the control panel.
Step 3: Create a New Connection in DBeaver
Open DBeaver.ClickFile>New>Database Connectionor pressCtrl + N.In theSelect Databasewindow, chooseMySQL, then clickNext.Enter your database connection details:Host:Your database’s hostname or IP address.Port:3306(or the custom port if specified).Database:The name of your MySQL database.Username:Your database username.Password:Your database password.
ClickTest Connectionto ensure everything is correct. If successful, proceed to the next step.
Step 4: Save and Connect
ClickFinishto save the connection.In theDatabase Navigator, locate your new connection and expand it to access tables, schemas, and other database objects.
Additional Notes
If you experience connection issues, verify that your database host allows external connections. Some providers require you to whitelist your IP address.Ensure that your firewall or security groups do not block MySQL’s default port (3306).
Additional HelpIf you encounter any issues or need further assistance, open a support ticket via the Billing Area. Our support team is ready to assist you.