【发布时间】:2017-09-11 07:06:03
【问题描述】:
00:33:43 [mysql] Problem detected!
00:33:43 [mysql] Port 3306 in use by ""C:\Program Files (x86)\MySQL\MySQL Server 5.1\bin\mysqld" --defaults-file="C:\Program Files (x86)\MySQL\MySQL Server 5.1\my.ini" MySQL"!
00:33:43 [mysql] MySQL WILL NOT start without the configured ports free!
00:33:43 [mysql] You need to uninstall/disable/reconfigure the blocking application
00:33:43 [mysql] or reconfigure MySQL and the Control Panel to listen on a different port
00:33:43 [mysql] Attempting to start MySQL service...
下载 MySQL 服务器和 Visual Studio 的 mysql 后出错
编辑:现在它说 Attempting to start MySQL app... 然后它继续加载并且在将端口切换到 3307 后不会打开
【问题讨论】:
-
这可能是因为更多的mysql服务使用相同的端口,检查使用该端口的活动程序,你可以尝试在“netstat -ano | findstr :3306”中输入这个
标签: c# mysql visual-studio xampp