How to Create and Use Remote MySQL Connections Print


You can access your MySQL databases from external applications using secure remote connections.

Allow Remote Access:

  1. Log into cPanel.
  2. Click Remote MySQL under the Databases section.
  3. Enter your external IP address or % to allow all (not recommended).
  4. Click Add Host.

Connection Settings:

  • Hostname: yourdomain.com or server IP
  • Port: 3306
  • Username: cPanel DB username
  • Password: Your database password

Use tools like MySQL Workbench or applications to access remotely.


Was this answer helpful?

Related Articles

How to Use SSH Access on Shared Hosting SSH (Secure Shell) provides encrypted command-line access to your hosting account — ideal for... Managing Cron Jobs in cPanel Cron Jobs allow you to automate repetitive tasks like running scripts at set intervals. Steps to... Custom .htaccess Rules for Advanced Configuration The .htaccess file allows you to control many Apache settings for your site. Common Uses:... Using Git Version Control in cPanel Track changes and deploy code efficiently using Git from your Aviumshost cPanel. Create a Git... PHP Configuration Overrides (php.ini & .user.ini) You can customize PHP settings like memory limit or max upload size without needing root access....
« Back