Report this

What is the reason for this report?

Cannot access phpMyAdmin via web on Ubuntu 16.04

Posted on September 11, 2018

I follow this tutorial to install my phpmyadmin like

sudo apt-get update
sudo apt-get install phpmyadmin php-mbstring php-gettext
(has been selected Apache)
sudo systemctl restart apache2

After i access MY_IP/phpmyadmin and got messsage

ReadResponse() failed: The server did not return a complete response for this request. Server returned 0 bytes.

I refered this But not working

How can i fix that thank.



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!

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.

Hi @kien16,

Can you please make sure there is an actual phpMyAdmin configuration file? It’s possible something went wrong during the installation processes.

The file can be found here

sudo nano /etc/apache2/conf-available/phpmyadmin.conf

If there is no information there, then you might need to re-install phpMyAdmin from the beginning using the tutorial.

Regards, KDSys

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.