php Apache 和 MySQL 正在运行,但“http://localhost/phpmyadmin/”显示“此网页不可用”
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/27468007/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Apache and MySQL is running but "http://localhost/phpmyadmin/" is showing "This webpage is not available"
提问by osimer pothe
I have MySQL and APache running in my PC . Here is the screenshot .
我的 PC 上运行着 MySQL 和 APache。这是屏幕截图。
But "127.0.0.1/phpmyadmin/" link is showing the error "This webpage is not available" . Here is the screenshot .
但是“127.0.0.1/phpmyadmin/”链接显示错误“此网页不可用”。这是屏幕截图。
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 ?
但我不明白为什么。我在互联网上搜索了很多来解决这个问题,但无法解决这个问题。我该如何解决这个问题?
采纳答案by Yazan
the Apache config shows that ports are 8080 and 443 (look at the image, near Apache under column Ports
Apache 配置显示端口为 8080 和 443(查看图像,靠近 Ports 列下的 Apache
so use this URL:
所以使用这个网址:
http://127.0.0.1:8080/phpmyadmin/