Can phpMyAdmin be installed on Virtualmin?

Howdy,

The more recent versions of phpMyAdmin do indeed require MySQL 5.5.x.

Our suggestion is to use an older phpMyAdmin version without that requirement, that’s the easiest way around that issue.

Alternatively, the only other thing we’d recommend is to use a distribution that comes with MySQL 5.5.

Some people do upgrade MySQL on older distributions, but that can be problematic… it doesn’t always go smoothly, and you end up with a MySQL version that isn’t as well tested.

-Eric

Ok, the old phpMyAdmin manual install worked.
Now, I can focus on completing the CMS install.

I have just recommended http://sqlbuddy.com on another post but I forgot all about adminer, I have used it before and it is good

Hello,

I’m new to this Webmin control panel and setup my first Virtual server now when I go to install script I get this error message:

Failed to install script : Download of https://files.phpmyadmin.net/phpMyAdmin/4.4.11/phpMyAdmin-4.4.11-english.zip failed : Failed to lookup IP address for files.phpmyadmin.net

The same thing happend with installing SquirrelMail

Failed to install script : Download of http://prdownloads.sourceforge.net/sourceforge/squirrelmail/squirrelmail-webmail-1.4.22.tar.gz failed : Failed to lookup IP address for prdownloads.sourceforge.net

Anyone who know what the problem here is???

Ferry

Howdy,

It sounds like your server is experiencing a DNS issue.

You may want to verify that the DNS servers listed in /etc/resolv.conf are correct, and that BIND is running.

If that doesn’t help – it may be best to start a new Forum thread, since the issue you’re seeing is different from the issue being seen above… that’ll make it easier to provide assistance. Thanks!

-Eric

Well, I’ve just had issues installing phpmyadmin again.
After updating php, domain.tld/phpmyadmin was missing plugin mbstring.
Fixed the mbstring plugin.
Now error: Forbidden. You don’t have permission to access /phpmyadmin/ on this server.
/home/domain/public_html/phpmyadmin permission is drwxr-xr-x 10

Okay, I am refreshing this thread as phpmyadmin is installing nicely in Virtualmin GUI. However, the error when navigating to www.domain.tls/phpmyadmin says: Forbidden.
Might be a duplicate of this new thread? https://www.virtualmin.com/node/56463

@eiger3970,

Are you able to confirm that the “phpmyadmin” folder exists directly inside the “public_html” folder, and that all the files including “index.php” exist?

Thanks, however this is now solved here https://www.virtualmin.com/node/56689

@eiger3970,

Glad to hear you were able to resolve things :slight_smile:

Hi guys,
I use Virtualmin for a few days and wondering. Is it good practice to install phpMyAdmin script inside sub-directory in /home/public_html ? To be more precise, how can I be sure my security configurations are OK? Asking because I noticed that I can navigate to phpMyAdmin login page even as a regular internet user ?