Mobile app version of vmapp.org
Login or Join
Hamaas447

: How to access phpMyAdmin with Hosting Controller? I am trying to update a site for a client. All the login info they have given me is for something called Hosting Controller. I've never seen

@Hamaas447

Posted in: #Database #Phpmyadmin #WebHosting

I am trying to update a site for a client. All the login info they have given me is for something called Hosting Controller. I've never seen it before but it seems like cPanel. I can create email accounts and databases etc.

The only thing I cannot seem to do is access phpMyAdmin (or similar).

Would anyone know how to do this?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Hamaas447

1 Comments

Sorted by latest first Latest Oldest Best

 

@Alves908

Usually custom hosting applications used for shared hosting do not have phpMyAdmin functionality in terms of a front end GUI.

Instead, the hosting company will craft their own GUI hosting controller app and simply have it interface with a command line php/MySQL on their server, thereby disabling access to you directly.

You can try using phpMyAdmin's default port:
example.com:3306

If that does not work, and if you contacted your host on how to access phpMyAdmin and they told you that your current hosting plan does not support direct access, then there's not much you can do but use the built in database creator.

Cheers.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme