简体   繁体   English

EasyPHP 上的数据库服务器无法启动

[英]The Database Server on EasyPHP won't start

i have some issues to work on a local database.我有一些问题需要处理本地数据库。 I tried Wamp, but the services doesn't work, so I try EasyPHP and they doesnt work either.我尝试过 Wamp,但服务不起作用,所以我尝试 EasyPHP,但它们也不起作用。 In other words, when i try to start the service (http server and/or databaseserver) on the EasyPHP dashboard, nothing happen !换句话说,当我尝试在 EasyPHP 仪表板上启动服务(http 服务器和/或数据库服务器)时,什么也没有发生!

But when i click on start, the page is loading then refreshing but nothing actually happend.但是当我点击开始时,页面正在加载然后刷新但实际上什么也没发生。

However, in my services window, the two services are running, so i don't understand what happend.但是,在我的服务窗口中,这两个服务正在运行,所以我不明白发生了什么。

The issue is that i can't go to my phpmyadmin interface on the EasyPHP dashboard, because there is no "Open" button.问题是我无法进入 EasyPHP 仪表板上的 phpmyadmin 界面,因为没有“打开”按钮。

In images : http://imgur.com/a/r9Gzh在图像中: http : //imgur.com/a/r9Gzh

I am pretty sure it's because of a proxy i have to used in my company.我很确定这是因为我必须在我的公司使用代理。 But i can't figured out what to do now.但我现在不知道该怎么办。 I also try to connect to the database using JDBC on Java, and the connection is running until a timeout says "No Internet connection" while i actually have one, but i use it through a Proxy...我还尝试在 Java 上使用 JDBC 连接到数据库,并且连接一直运行,直到超时显示“无 Internet 连接”,而我实际上有一个,但我通过代理使用它...

Thanks for anyhelp, i'm on this for 8 hours x(感谢您的帮助,我在此工作了 8 小时 x(

Nevermind !没关系!

It was just needed to start easyPHP as an Administrator.只需要以管理员身份启动easyPHP。

I'm feeling stupid x)我觉得自己很蠢 x)

On my pc I had 2 instances of MySQL running.在我的电脑上,我运行了 2 个 MySQL 实例。 I went to the Services and turned off MySQL57.我去了服务并关闭了 MySQL57。 Then the EZphp server database could connect.然后 EZphp 服务器数据库可以连接。 I think that they both were using the same port 3306, so one of them could't use the port.我认为他们都使用相同的端口 3306,因此其中一个无法使用该端口。

I've tried everything listed above and sadly nothing has worked.我已经尝试了上面列出的所有内容,但遗憾的是没有任何效果。

My Solution was moving the EasyPHP-Devserver-17 folder from "Program files x86" to "Program files" folder.我的解决方案是将 EasyPHP-Devserver-17 文件夹从“Program files x86”移动到“Program files”文件夹。 re-run and just worked!重新运行,刚刚工作!

Good Luck!祝你好运! it's not a straight forward error.这不是一个直接的错误。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM