How to Configure Remote MySQL Access in CPanel?
Knowledgebase Articles and news
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:
- In the Databases section of the cPanel home screen, click Remote MySQL.
- 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.%.
- 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:
- In the Databases section of the cPanel home screen, click Remote MySQL.
- Under Access Hosts, locate the host that you want to delete, and then click the red X icon.
- Click Remove Access Host to confirm the deletion.
- Done
Articles
7 Articles- How to Access phpMyAdmin in cPanel?
- How to Change MySQL DB Collation Settings using PHPMyAdmin?
- How to Configure Remote MySQL Access in CPanel?
- How to Manage MySQL Databases and Users in cPanel?
- How to Optimize and Repair MySQL Databases using PHPMyAdmin?
- How to Use PHPMyAdmin to Copy a MySQL Database?
- What is Database & PHPmyAdmin?