M BUZZ CRAZE NEWS
// general

How to install phpmyadmin on apache2 ubuntu 20.04 server

By Gabriel Cooper

I have installed php7, and mariadb. And I have done these steps that written in this document:

But I couldn't run phpmyadmin on apache. When I write this in my browser: , it gives me error 404!!!

could not use phpmyadmin

1 Answer

This worked for me:

After that you do all the steps that is written in the link that you post, do these steps:

  1. At first, download the phpmyadmin from the .

Download the phpmyadmin zip file

  1. after that, extract the zip file and rename the extracted directory to phpmyadmin.
  2. then move the the phpmyadmin directory to /var/www/html by this command in terminal:

sudo mv /home/{Username}/Downloads/phpmyadmin /var/www/html/phpmyadmin

then, write this in you'r browser:

and hit ENTER.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy