0

I installed apache2, php7.0, mysql and phpmyadmin and followed all instruction related to it. But phpmyadmin is not working

I tried all solutions here: How to solve the phpmyadmin not found issue after upgrading php and apache?

Here is my phpmyadmin:

here is my phpmyadmin

Zanna
  • 70,465

1 Answers1

1

You should install libapache2-mod-php7.0

sudo apt install libapache2-mod-php7.0

Arun
  • 2,001
  • 11
  • 24