No phpmyadmin in menu

Pzz

Verified User
Joined
May 20, 2013
Messages
138
Location
The Hague area, The Netherlands
I'm feeling confused now, but in my new DA install there's no Phpmyadmin. I know where to look (I checked an old installation).

As Admin I went to the customize skin --> Menu --> Extra features, Phpmyadmin is there, and a trashbin to remove it.
It seems to be installed (/var/www/html) and when I try server.tarpes.nl:2222/phpmyadmin it says that the function is disabled and I should contact my Admin...
 
and when I try server.tarpes.nl:2222/phpmyadmin
There you go. The 2222 is to login to directadmin but not used with the link as you provide it.
Try using:
https://server.tarpes.nl/phpmyadmin
without the 2222.

When you are logged in, the same url is used when using the Enhanced skin.

When using Evo skin, logged in from DA it would look like:
https://server.tarpes.nl:2222/evo/user/database/db/somedbname

Edit: And to main phpmyadmin from Evo, it's the same link as I posted first.
 
Sorry about the wrong URL. I don't want to use that at all, my main question remains: there's no Directadmin in my menu (as Admin or user)

1686664591070.png
 
there's no Directadmin in my menu (as Admin or user)
You mean phpmyadmin. You should not look at the "extra programma's".
Check a lot higher and open "mysql beheer", once in there, a phpmyadmin link should be visible too.
 
I'm feeling confused now, but in my new DA install there's no Phpmyadmin. I know where to look (I checked an old installation).

As Admin I went to the customize skin --> Menu --> Extra features, Phpmyadmin is there, and a trashbin to remove it.
It seems to be installed (/var/www/html) and when I try server.tarpes.nl:2222/phpmyadmin it says that the function is disabled and I should contact my Admin...
did you install it?

Code:
cd /usr/local/directadmin/custombuild
./build update
./build set phpmyadmin yes
./build phpmyadmin
 
Back
Top