I run command: sudo apt-get install phpmyadmin
to install phpMyAdmin.
Then I enter address: localhost/phpmyadmin/ but I cannot see anything so I followed this thread:
https://github.com/phpmyadmin/phpmyadmin/issues/15515 Now when I enter address localhost/phpmyadmin/ browser want to download some PHTML file (5.7 KB)
What I am doing wrong ?
sudo apt-get install php
Also check apache service should be running, if not so run
/etc/init.d/apache2 restart
or install apache
sudo apt-get install apache