I\'m getting below error when I type in localhost/phpMyAdmin after starting apache and mysql server in Xampp in Windows 7 environment.
Is there a way I can fix this issu
404 is the code for page not found
If you get this while running both mysql
and apache
It means the Url is not correct:
http://localhost/phpmyadmin
is the url if your port is set to default 80
.
In my case I already had a service listennig on that port so I had to change it.
The fix is to add the port if it is a custom one:
http://localhost:
To find out which port you have look inside of httpd.conf
.
here is a screenshot for xampp:
To quickly find it, search for listen
: