How to Connect to the MySQL Database Remotely

Allowing remote MySQL connections is often done to enable a program on your personal computer to access a database on the server.

If you are connecting from your home computer, you need a MySQL client like
 

Configuration Settings

Use the following configuration settings for connecting to your database:

Host name = (use the server IP address)
Database name = (cpanelUsername_databaseName)
Database username = (cpanelUsername_databaseUsername)
Database password = (the password you entered for that database user)
MySQL Connection Port = 3306
TCP or UDP, either is fine.

Enable Your Computer as an Access Host

By default, all IPs are blocked and must be added to an access list in order to access the server. So, before connecting to MySQL from another computer, the connecting computer must be enabled as an Access Host.


Dynamic IP Addresses

Having a dynamic IP address means that the connecting IP address can change periodically, depending on the Internet Service Provider (ISP). You must update the connecting IP in Remote MySQL every time it changes.

When Using cPanel X3 Theme

  1. Log into cPanel.
  2. Under Databases, click the Remote MySQL icon.
  3. In the Host field, type in the connecting IP address.
  4. Click Add Host.

You should now be able to connect remotely to your database.

When Using cPanel X Theme

  1. Log into cPanel.
  2. Under Databases, click the MySQL Databases icon.
  3. Scroll all the way to the bottom and type in the connecting IP address in the Host field.
  4. Click Add Host.

You should now be able to connect remotely to your database.

Accessing Your Databases

After whitelisting the, you should be able to make the proper remote MySQL connection. Be sure that the username you use matches the username created in the My SQL database section of cPanel. The most common problem in connecting is due to the use of an incorrect username and password.

Removing an Access Host

To remove a host from accessing databases on your server:

  1. In Remote MySQL, click the X icon next to the IP address of the user you wish to remove.
  2. If you are sure you wish to remove the IP address as an access host, click Remove Access Host.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Log into cPanel

cPanel is a web hosting account management tool available on Linux hosting plans, including...

How do I deny IP address access?

How do I deny IP address access? Do you want to stop someone from visiting your website? This...

Viewing Your Disk Space Usage

Viewing Your Disk Space Usage To view the disk space usage totals for your account's...

Requesting a New cPanel Password

If you have lost or forgotten your cPanel password, you can reset it using any one of the methods...

How to Change the Password of An E-mail Account

How to Change the Password of An E-mail Account You can make changes to your email account...