Connect your database with MySQL Workbench 5.2

0
365

Connect your database with MySQL Workbench 5.2

One tool you can use to connect to remotely connect to databases on your shared, VPS, or Dedicated hosting account is MySQL Workbench. MySQL Workbench is a free tool you can use to connect to your server databases from your personal computer. MySQL Workbenchcan be Downloaded for free at the following link:

downloadbtn

You will want to use the Windows (x86, 32-bit), MSI Installer if you are on Windows. The file we are installing in this tutorial is the mysql-workbench-gpl-5.2.47-win32.msi file.

Once you have downloaded MySQL Workbench, you can install it onto your computer. After you have the program installed, follow the steps below to set up a remote connection.

Add IP to your Remote MySQL

cPanel

1. Login to cPanel and click the Remote MySQL icon, under Databases.

2. Type in the connecting IP address, and click the Add Host button.

3. All done, try connecting remotely.

Steps to connect to your database remotely

1. Open MySQL Workbench.

2. Click New Connection towards the bottom left of MySQL Workbench.
mysql-workbench-1-new-connection

3. In the “Set up a New Connection Dialogue” box, Type your Database connection credentials. The credentials will be like the following:
Connection Name: You can name this whatever you like.
Connection Method: Standard (TCP/IP).
Hostname: You can use your domain our your cPanel IP address.
Port: 3306
Username: Your cPanel username or the user you created for the database.
Password: cPanel password or the password for the database user that was created.
Default Schema: This can be left blank.Click Test Connection.

mysql-workbench-2-connection-setting

4. Type your password and click the “Save Password in Vault” check box.
Click Ok.

mysql-workbench-3-password

5. MySQL Workbench should say “Connection parameters are correct“. Click Ok.

mysql-workbench-4-correct

6. Click Ok again to accept the connection settings.

mysql-workbench-5-click-ok

7. Now under the SQL Development section you will see your connection listed in the Open Connection to Start Querying box. Click your newly created account.

mysql-workbench-6-open-connection

Now you will see the databases list in the area on the left.

mysql-workbench-7-databases

If you like this post, kindly share it on Social Network Facebook/Twitter etc

 

 

LEAVE A REPLY

Please enter your comment!
Please enter your name here