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!!!
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:
- At first, download the phpmyadmin from the .
- after that, extract the zip file and rename the extracted directory to
phpmyadmin. - then move the the
phpmyadmindirectory to/var/www/htmlby this command in terminal:
sudo mv /home/{Username}/Downloads/phpmyadmin /var/www/html/phpmyadmin
then, write this in you'r browser:
and hit ENTER.