How to connect to the MySQL server remotely

Note: If connecting from your home computer, you need a MySQL client like Navicat, phpMyAdmin, or Dreamweaver.


Configuration Settings:

Host = (use the server IP address)
Database name = (cpanelusername_databasename)
Database username = (cpanelusername_databaseuser)
Database password = (******)
MySQL Connection Port = 3306
TCP or UDP, either is fine.

Also, before you can connect to MySQL from another computer, you must enable your computer as an Access Host. It may sound confusing, but cPanel makes this very simple. This can be done by logging in to cPanel and clicking MySQL databases. Under Access Hosts, type in the connecting IP address, and click the Add Host button.


How can I find out my computers IP address?

Go to http://www.whatismyip.com/ or https://www.vpnmentor.com/tools/ipinfo/

But my IP constantly changes.

Okay, you have a dynamic IP address. Therefore, every time you go online, or every once in awhile, your IP changes. You have a few options here. The most secure, would be to update your IP in Remote MySQL every time your IP changes. However, you do have other options available. You could simply enter % (a percentage sign) in the Add Access Hosts text field. This will allow any IP to remotely connect to your databases. Another option: Lets say the first two parts of your IP never change. Then, you could enter 93.138.%.% , where the first two parts are your actual IP address numbers.

The corresponding MySQL user that is created after adding an Access Host does not have any privileges.

In order to get the correct privileges added, you must go back to your MySQL Databases section in cPanel and re-add the user to each database (reassign the privileges). No need to remove the user first; just select the user and the database from the drop-downs and click "Add".

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How do i log into my control panel?

After you receive an email from us confirming succesful registration of your domain and hosting,...

How to connect to MySQL database

Configuration Settings:Host = localhost (really, put localhost)Database name =...