I have problems accessing my MySQL database remotely

If you have problems accessing your database at your web hosting account remotely please make sure that:

  • You are using the correct MySQL hostname – it should be yourdomain.com or your server's name;
  • You are using the correct MySQL database / username / password. 
  • Don't forget to specify your MySQL username and database with the prefix yourusername_ in front of its given name. For example, your cPanel username is whnetwork and you have named your database joomla. In this case you have to refer to your database as whnetwork_joomla
  • You have allowed the remote host to access your database. This can be done from your cPanel > Remote MySQL.
  • You are connecting to the TCP port 3306.

A common mistake is to try accessing your databases using the main cPanel login. This will not work and you have to use the MySQL user instead.

If you are having problems accessing your MySQL databases remotely, please submit a ticket to support department for assistance.

  • 0 brukere syntes dette svaret var til hjelp
Var dette svaret til hjelp?

Relaterte artikler

Can I change the name of a MySQL database?

The name of a MySQL database consists of a prefix, which is your cPanel username, followed by a...

How can I change my MySQL database collation?

Usually you will be interested in changing your MySQL collation in order to solve problems with...

How can I empty a MySQL database?

The easiest way to empty a MySQL database is through phpMyAdmin.  Once in phpMyAdmin, select the...

How to change the database engine of a MySQL database table?

In this article we will show you how to change the database engine of a MySQL table. Let's...

How to change the MySQL timezone

When you develop your website, you may have to compare a certain date/time with the current...