Reputation: 2897
I have MySQL and APache running in my PC . Here is the screenshot .
But "127.0.0.1/phpmyadmin/" link is showing the error "This webpage is not available" . Here is the screenshot .
But I do not understand why . I have searched a lot in internet to solve this problem but cant solve this . How can I solve this ?
Upvotes: 2
Views: 34047
Reputation: 6082
the Apache config shows that ports are 8080 and 443 (look at the image, near Apache under column Ports
so use this URL:
http://127.0.0.1:8080/phpmyadmin/
Upvotes: 2