Den här artikeln finns även på:
Svenska
To manage databases on our web hosting accounts, you use phpMyAdmin. You’re able to access it by logging on to cPanel and clicking the phpMyAdmin
icon under Databases
. This works fine as long as you have access to the login credentials for cPanel. But of you’re the only one with access to those credentials and don’t want to hand them over to anyone else, only you will be able to use phpMyAdmin this way.
One way to get around this problem is to install phpMyAdmin on your account, circumventing the need to log on to cPanel entirely. You can install it manually, or via Softaculous (also accessible via cPanel). These instructions will describe how you perform the installation via Softaculous.
Begin by logging on to cPanel and clicking the icon Softaculous Apps Installer
under Software
.
Once there, use the search field in the top left and search for phpMyAdmin
. Click Install
when you’ve found it.

Then, choose domain and directory for the installation. Also, make sure that localhost
is entered under Database Host
. When you’re done with the selections, click Install
.

Once the installation is completed, you should be able to access phpMyAdmin via the URL you selected, e.g. exempel.se/phpmyadmin.
When you visit the URL for your own installation of phpMyAdmin, you will reach a login page. Here, you log in with the credentials for any database user you’ve created and given access to the database(s) of your choice. You will only have access to databases the database user has been granted access to.

If you have not yet created any databases on your web hosting account, you need to do so. We’ve written instructions here describing the process. Keep in mind that you have to go through the entire process of creating the database, creating a database user and add that user to the database. You’ll then be able to log in on your phpMyAdmin installation using those credentials.
If you want to access multiple databases with the same database user, add the user to all databases as described above. If you want to add more logins to phpMyAdmin, simply create more database users and add them to the databases.