Connect to phpmyadmin using my browser without connecting to direct admin panel

ASTRAPI

Verified User
Joined
Feb 23, 2009
Messages
47
Hello is it possible to conect to phpmyadmin using my browser without connecting to direct admin panel ?

Like:

Code:
http://www.domain.com/phpmyadmin

?

Thank you
 
Normally it should work like that already. It should popup a window where you could enter a mysql username and password.
 
See if you have this directory;

cd /var/www/html/phpMyAdmin
If its there, then check if its in httpd alias:

cat /etc/httpd/conf/extra/httpd-alias.conf

Alias /phpMyAdmin "/var/www/html/phpMyAdmin/"
Alias /phpmyadmin "/var/www/html/phpMyAdmin/"

something like these should be in there.
 
I just did a new installation of Direct Admin..

Does the default installation create this folder?

/var/www/html/phpMyAdmin
 
Not really sure, I think it would. But maybe it depends on install settings. If you are using custombuild, you can install it trough there.
 
Back
Top