Murvinlai
Murvinlai

Reputation: 2346

Where is phpmyadmin located in plesk?

I have plesk 8.3.0, with phpmyadmin 2.8.2.4
I tried to look up where the phpmyadmin is located. I couldn't find it in srv/ and i did a find command in the server and not quite sure where it is actually located.

What I want to do is to set up a phpmyadmin under /httpdocs so that I dont have to login to plesk and click many times until i can launch phpmyadmin..

Any idea? thanks.

Upvotes: 1

Views: 4634

Answers (3)

JohnRDOrazio
JohnRDOrazio

Reputation: 1544

As stated by @AlecTMH it may vary between versions of Plesk. His answer was fine for me before but now, after having done some updates to Plesk (am currently on version 18.0.31 Obsidian), I had to do a bit of searching on my drive to locate it, it is now here: /opt/psa/phpMyAdmin .

And since I also have my own version of phpmyadmin installed on one of my domains besides the one included in plesk, so that I can access it directly without going through the plesk panel, I had to exclude those paths in my search in order to locate the plesk version:

locate -i phpmyadmin | grep -P '(?<!/var/www/vhosts/myvps.ovh.net/httpdocs/)(?<!/var/www/vhosts/myvps.ovh.net/httpdocs/phpmyadmin/vendor/)phpmyadmin'

Upvotes: 0

AlecTMH
AlecTMH

Reputation: 2755

This may vary for different Plesk versions.

Phpmyadmin is in /usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin/ on mine.

Upvotes: 3

Nick Jurista
Nick Jurista

Reputation: 1434

I'm not really familiar with Plesk, but I've used hosts that had a roundabout way to getting to phpMyAdmin. I've always just clicked around until it launched phpMyAdmin, then bookmarked that page so I didn't have to bother remembering the arbitrary address. Sorry I can't be of more help.

Upvotes: -1

Related Questions