phpMyadmin Aeccess

I’m new here and have some questions.

I installed follow this page https://easyengine.io/tutorials/php/phpmyadmin/

Now I can access phpMyAdmin via “example.com:22222/db/pma/” with server authentication on the first layer.

I installed in sub-directory too (example.com\htdocs\phpmyadmin), but it redirects to port 22222.

How can I directly access phpMyAdmin in each domain, in normal sub-directory like “example.com/phpMyAdmin” without server authentication?

I tried to find, but not found. Please help.

You don’t need to install phpmyadmin in htdocs for any domain (and shouldn’t). Once you’ve added it through ee, it will work under any domain on that server. As all requests for port 22222 are redirected to the tools regardless of the domain.

Leaving phpmyadmin on a publicly accessible url with no authentication would be a major security hole :slight_smile:

1 Like