How to grant remote access to a single MySQL database

When it comes to granting someone (e.g., to a friend or a website developer) an access to MySQL databases, several concerns arise.
Granting full access to the hosting account in order to modify one database is neither comfortable, nor secure.

This article will guide you how to grant remote access to a single MySQL database that is located on our shared server without revealing full hosting account access.

To set up this kind of access, follow the steps below:

1. Log into your cPanel account.
2. Go to Exclusive for Wvphost Customers section > Softaculous Apps Installer:



3. Use the search bar on your left to find the script you need – phpMyAdmin. Click on it and switch to the tab Install to proceed:



4. Choose Protocol stands for the kind of protocol you would like to use. If you do not have an SSL certificate installed, select http:// or http://www. If you have it, go with an encrypted connection - https:// or https://www.

The Choose Domain field allows you to install phpMyAdmin for one of the addon domains you might have in the cPanel account.
Mind that it does not matter which domain the phpMyAdmin installation is associated with – one will still be able to access any of the existing databases.

The In Directory field stands for the directory phpMyAdmin is going to be installed in. You can change it to any folder for your convenience.
Note that if it is left empty, phpMyAdmin will be installed in the domain web root directory.

Database Host is for the place where your databases are stored. By default, it is ‘localhost’. 

Once ready, click on Install:




5. Go ahead and access the installation URL in the browser.

You will be prompted with phpMyAdmin login window where you need to enter the database username and password:



NOTE: The database user should be added to the database in question first through the MySQL Databases section in your cPanel.


That's it!

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to import and export a database via SSH

You can easily import/export your database using phpMyAdmin menu in cPanel. To do so, follow the...

How to connect to a database using Sequel Pro

Although remote MySQL connection is disabled on our shared servers due to security reasons, you...

How to connect to a database using the Workbench MySQL client

Remote MySQL connection is disabled on our shared servers due to security reasons, but you can...

How to connect to database using NaviCat MySQL client

Remote MySQL connection is disabled on our Shared servers due to security reasons, but you can...

How to Duplicate a Database using phpMyAdmin

To duplicate the database follow these steps: 1. Log into cPanel >> Databases section...