Connect to database remotely with MySQL Workbench
In order to connect to your database remotely with MySQL Workbench, please follow these steps:- Open the MySQL Workbench.
- Click on “New Connection”, located at the bottom left of MySQL Workbench.
- In the “Set up a New Connection Dialogue” box, type in your database login credentials.
The credentials should look like the following:
- Connection Name: You can name this to whatever name you want.
- Connection Method: Standard (TCP/IP).
- Hostname: You can use the MySQL server name or you can use your domain.
- Port: 3306
- Username: Your cPanel username or the user you have created for the database.
- Password: Your cPanel password or the password for the database user you have created.
- Default Schema: You can leave this field blank.
- Click on “Test Connection”.
- After you have typed in your password, mark the “Save Password in Vault” check box and click Ok.
- In the “SQL Development”, you should be able to see your newly created connection under the “Open Connection to Start Querying” box, then select your connection.
- You should now see your databases list in the area on the left.

