当我尝试在XAMPP控制面板(v3.2.1)中启动MySql时,我收到以下消息,并且MySql无法启动。
23:02:03 [mysql] Problem detected!
23:02:03 [mysql] Port 3306 in use by ""C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld" --defaults-file="C:\Program Files\MySQL\MySQL Server 5.1\my.ini" MySQL"!
23:02:03 [mysql] MySQL WILL NOT start without the configured ports free!
23:02:03 [mysql] You need to uninstall/disable/reconfigure the blocking application
23:02:03 [mysql] or reconfigure MySQL and the Control Panel to listen on a different port
23:02:03 [mysql] Attempting to start MySQL service...
答案 0 :(得分:0)
要成功更改端口,您必须以上述方式更改以下文件中的端口号。
还要确保以管理员身份运行(始终有帮助)
答案 1 :(得分:0)
您的计算机中已使用端口3306
,因此您需要将3307
中的my.ini
的端口号更改为C:\xampp\mysql\bin\my.ini
。
完成后重启Apache服务器。