我已经阅读了关于此无关的所有帖子吗?请帮助我甚至尝试重新安装我的电脑并重新安装xampp
错误:
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...
Run Code Online (Sandbox Code Playgroud)
然后我得到一个用户帐户控件,以便在我尝试启动mysql时允许更改?与net.exe有关?在C:\ Windows中,我不确定目录的其余部分
如果我对用户帐户cocntrol说不,那么它说这个00:33:49 [mysql]可能有错误,返回代码:1223 - 操作被用户取消.
如果我说是,没有任何反应?显然它的Windows 5.1错误?但该目录甚至不存在?我从程序文件和程序文件(x86)中删除了所有内容,还卸载了所有mysql组件?有什么想法吗
这是了解程序的方法,使用netstat -ao
您有端口和关联的 pid。
获取 3306 的 pid。
然后启动taskmgr
显示列pid(菜单 > 选择 > 列选择 > 检查 PID)
然后,如果不启动这个“3306端口”程序,请启动services.msc.
它肯定是MySQL,搜索它并在启动时停用它。