How to access phpMyAdmin without login to cPanel Print

  • access phpMyAdmin without login to cPanel, phpmyadmin, phpMyAdmin, phpmyadmin interface
  • 1

Sometimes, you don't want to share your control panel credential with your web developer but wanted to allow them to access phpMyAdmin for database related development work via individual domain. For example https://yourdomain.com/phpMyAdmin (Replace yourdomainname.com with your actual domain name.)

Install phpMyAdmin on your own domain

Below are steps that you can prepare for your web developer:

1) Identify your domain working directory, usually under public_html/yourdomain.com

2) download a copy of phpMyAdmin at https://www.phpmyadmin.net/downloads/ and upload to above folder.

3) extract the downloaded phpMyAdmin in zip format and rename it to phpMyAdmin, make sure it is accessible via https://yourdomain.com/phpMyAdmin

4) You can now login with your cPanel credential (to  manage all databases under your acount) or database user credential for selected/individual database.

It should bring you to phpMyAdmin interface.

 


Was this answer helpful?

« Back