MySQL 我无法进入“localhost:8080/phpmyadmin”
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/39782138/
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
I can't enter to "localhost:8080/phpmyadmin"
提问by Chris
Im trying to enter and it says This site can't be reached: connection refused... also, I made sure that the settings are right on the html files of the modules I am currently using which are apache and mysql. I've read through the web and someone said that I had to stop the apache module or mysql module, already did it, but no luck... any help with this problem?
我试图进入,它说无法访问此站点:连接被拒绝...此外,我确保我当前使用的模块的 html 文件中的设置正确,这些模块是 apache 和 mysql。我已经通读了网络,有人说我必须停止 apache 模块或 mysql 模块,已经这样做了,但没有运气......对这个问题有任何帮助吗?
回答by Sachith Muhandiram
回答by kerry
I had similar problem using easyphp with php, mysql and apache and solved it by running as administrator
我在 php、mysql 和 apache 中使用 easyphp 时遇到了类似的问题,并通过以管理员身份运行解决了这个问题
回答by MrLucas
What are you using as your local server? Have you restarted the services? Does it say your localhost is running properly?
你用什么作为你的本地服务器?您是否重新启动了服务?它是否说您的本地主机运行正常?