When setting up MySQL, I have a few headaches, but nothing hurts like this. I am trying to install phpMyAdmin by following all types of tutorials (they almost all speak the same way), but if something can go wrong, it probably will.
When I try to open the installation wizard (from the browser) by going to localhost / phpmyadmin / setup / index.php (step 4. in the tutorial below, part when trying to call the installation wizard) I get a "web page not accessible" thing. Now, when I just type localhost / in the browser, I get "It Works!". page
I followed the steps from the tutorial and it all worked (up to step 4). Apache and MySQL were also installed with their reference guide at the beginning (no problem).
From what I have, I assume apache is configured correctly, as it shows “It Works!”, But somehow it cannot access the rest of the path phpmyadmin / setup / index.php
What did I do wrong?
Tutorial:
Some basic information you may need:
- PHP 5.5.3-1ubuntu2.6 (cli)
- MySQL 5.5.37-0ubuntu0.13.10.1 (Ubuntu)
- Apache2 Apache / 2.4.6 (Ubuntu)
- phpMyAdmin 4.3.6-all_languages package from its website (checked out before
/usr/local/apache2/htdocs/phpmyadmin) - OS: Linux Mint 16 32bit
- Browser: Chromium
source
share