Question

Having issue with connecting DB cluster with phpmyadmin

I have installed phpmyadmin in my centos8 droplet, and created an db cluster with same private network, I could connect db cluster through centos8 droplet terminal, however, I couldn’t use phpmyadmin to connect the db cluster.

I am using a “Legacy – MySQL 5.x” user to connect, and I have the following in my config.inc.php:

$i++; $cfg[‘Servers’][$i][‘host’] = ‘private-db01-xxxxxx.ondigitalocean.com’;

How make this work? What am I missing? Thanks

Show comments

Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Bobby Iliev
Site Moderator
Site Moderator badge
April 28, 2021
Accepted Answer

Hi there,

In your PHPmyAdmin config, you need to also specify the database port as the Managed Databases run on a non-standard port.

Another thing that could be causing the problem is if you’ve installed PHPmyAdmin with apt install phpmyadmin, as this installs a very old version of PHPmyAdmin which is not compatible with the latest MySQL version.

Instead, you could install PHPmyAdmin manually and get the latest version:

https://www.digitalocean.com/community/questions/how-to-install-manually-phpmyadmin-on-ubuntu

Let me know how it goes. Regards, Bobby

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.

Become a contributor

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow — whether you're running one virtual machine or ten thousand.

Learn more
DigitalOcean Cloud Control Panel