How to Configure Remote MySQL Access in CPanel?

Knowledgebase Articles and news

Views
132
Useful
0
By
Admin

How to Configure Remote MySQL Access in CPanel?

This article describes how to use cPanel to allow external hosts to access your MySQL databases. When remote host access is enabled, you can use remote client applications to connect to your databases directly.


Adding Host Access

To add remote host access for MySQL, follow these steps:

  1. In the Databases section of the cPanel home screen, click Remote MySQL.remote
  2. In the Host text box, type the domain name or IP address of the host that you want to add.

    • To obtain your own IP address, use your web browser to visit https://www.whatismyip.com/
    • You can use the % wildcard to specify a block of addresses. For example, to allow all IP addresses that begin with 10.0.1, type 10.0.1.%.
      add host
  3. Click Add Host.


Accessing Your Database Remotely

After you enable host access, you can connect to your MySQL databases remotely by using a MySQL client application.


Removing Host Access

You can remove host access when you no longer want a host to be able to access your MySQL databases remotely.

To remove host access, follow these steps:

  1. In the Databases section of the cPanel home screen, click Remote MySQL.
  2. Under Access Hosts, locate the host that you want to delete, and then click the red X icon.
  3. Click Remove Access Host to confirm the deletion.
  4. Done