Do you want to access PhpMyAdmin without cPanel login ? Hope you are aware about PhpMyAdmin. It is free software designed by using PHP programming language, by using this software, we can manage MySQL, Maria-db over Web.  In this article We will share steps how to access PhpMyAdmin without cPanel login. This will help if you don’t want to share cpanel login detail to your developer. Normally PhpMyAdmin is accessible from cPanel. You can access database separately by using PhpMyAdmin without knowing cPanel account password.

Let’s Start

Login to Your Cpanel account and create new database under Mysql database section. In this screenshot you can see, I created a database with name support_test and user support_testdb

 

Screenshot_16

 

Now You need to download PhpMyAdmin. You can download from here

After that go to cpanel file manager section and upload downloaded file to server under public_html directory.

Now under public_html directory you will see your uploaded file name like ( phpMyAdmin-4.x.x-english.tar.gz ). Now extract this compressed file after that rename extracted directory to PhpMyAdmin or whatever you want to use.

Now you can access PhpMyAdmin in browser:

 

http://yourwebsitename.com/phpMyAdmin

 

Screenshot_14

 

You can see in below screenshot. It’s accessible.

 

Screenshot_17

 

Hope this article will help you all. If you have any suggestion or questions related to this article so please don’t forget to share your feedback in the comment box.