apache 为什么 Vertrigo 2.21(MySQL 服务器不启动)在 Windows 7 下无法运行?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2423505/
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
Why do the Vertrigo 2.21 (MySQL server do not start) do not work under Windows 7?
提问by iVenGO
It says that port 3306 might be busy - i have changed it (Settings>Components Settings) but just nothing?
它说端口 3306 可能很忙 - 我已经更改了它(设置>组件设置)但什么都没有?
VertrigoServ → MySQL database server does not work correctly. Check whether other applications use the important port (3306) and terminate them. Moreover, check firewall settings and correctness the configuration files.
VertrigoServ → MySQL 数据库服务器无法正常工作。检查其他应用程序是否使用重要端口(3306)并终止它们。此外,检查防火墙设置和正确的配置文件。
采纳答案by Iftikhar Mirza
I was having the similar problem and I have tried it ... but it didn't work for me so I have found another solution ...
我遇到了类似的问题,我已经尝试过了……但它对我不起作用,所以我找到了另一个解决方案……
In Config filesyou will find my.ini... open it and you will find "port = 3306" its on line 4th in my case ... change it to something like "port = 3307" that's what I did and restart.
在配置文件中,您会找到my.ini... 打开它,您会发现“ port = 3306”在我的情况下位于第 4 行...将其更改为“ port = 3307”之类的内容,这就是我所做的并重新启动。
If it still wont work then go to
如果它仍然不起作用然后去
"Settings -> Program Settings"
“设置->程序设置”
and click "Return to default settings" and click "Save settings and restart server"
然后单击“返回默认设置”,然后单击“保存设置并重新启动服务器”
after server restarts
服务器重启后
again go to "Settings -> Program Settings"
再次转到“设置->程序设置”
and enable or tick "Run server as service" and "Automatically start servers" in miscellaneous tab on left top of the panel ...
并在面板左上角的其他选项卡中启用或勾选“将服务器作为服务运行”和“自动启动服务器”...
and later always "run as administrator" ...
后来总是“以管理员身份运行”......
I forgot to mention that I am using Windows 7...
我忘了说我使用的是 Windows 7...
回答by helper
Try to run as administrator .... problem solved!
尝试以管理员身份运行....问题解决了!
回答by Ivan
I found another problem related to this. My installation directory was:
我发现了另一个与此相关的问题。我的安装目录是:
C:\dev\tools\VertrigoServ2_35\Mysql
and watching the event viewer of Windows I saw:
并观看我看到的 Windows 事件查看器:
Can't create test file C:\dev ools\VertrigoServ2_35\Mysql\data\IURESTI.lower-test"
无法创建测试文件 C:\dev ools\VertrigoServ2_35\Mysql\data\IURESTI.lower-test"
To solve the problem I replaced all \\with \\\\in:
为了解决这个问题,我将所有内容\\替换\\\\为:
basedir=C:\\dev\\tools\\VertrigoServ2_35\\Mysql\\
datadir=C:\\dev\\tools\\VertrigoServ2_35\Mysql\data\\
inside the file my.ini.
文件里面my.ini。
回答by MindStalker
Try in command prompt
在命令提示符下尝试
telnet localhost 3306
what does it return back to you?
它会返回给你什么?

