XAMPP 无法开始 运行 MySQL
XAMPP can't START to Running MySQL
我一直在使用相同的 XAMPP 很长一段时间,一切都很好。但是今天,MySQL 不想做 running
(start
) 过程。
我试过很多方法,比如重启,删除ibdata
,aria_log
,然后再试。但是结果还是不能running
,连我删掉的ibdata
等都恢复正常
9:50:34 PM [mysql] Status change detected: running
9:50:39 PM [mysql] Status change detected: stopped
9:50:39 PM [mysql] Error: MySQL shutdown unexpectedly.
9:50:39 PM [mysql] This may be due to a blocked port, missing dependencies,
9:50:39 PM [mysql] improper privileges, a crash, or a shutdown by another method.
9:50:39 PM [mysql] Press the Logs button to view error logs and check
9:50:39 PM [mysql] the Windows Event Viewer for more clues
9:50:39 PM [mysql] If you need more help, copy and post this
9:50:39 PM [mysql] entire log window on the forums
10:04:16 PM [mysql] Problem detected!
10:04:16 PM [mysql] Port 3306 in use by "Unable to open process"!
10:04:16 PM [mysql] MySQL WILL NOT start without the configured ports free!
10:04:16 PM [mysql] You need to uninstall/disable/reconfigure the blocking application
10:04:16 PM [mysql] or reconfigure MySQL and the Control Panel to listen on a different port
10:04:16 PM [mysql] Attempting to start MySQL app...
10:04:16 PM [mysql] Problem detected!
10:04:16 PM [mysql] Port 3306 in use by "Unable to open process"!
10:04:16 PM [mysql] MySQL WILL NOT start without the configured ports free!
10:04:16 PM [mysql] You need to uninstall/disable/reconfigure the blocking application
10:04:16 PM [mysql] or reconfigure MySQL and the Control Panel to listen on a different port
10:04:16 PM [mysql] Attempting to start MySQL app...
10:04:17 PM [mysql] Status change detected: running
10:04:20 PM [mysql] Status change detected: stopped
10:04:20 PM [mysql] Error: MySQL shutdown unexpectedly.
10:04:20 PM [mysql] This may be due to a blocked port, missing dependencies,
10:04:20 PM [mysql] improper privileges, a crash, or a shutdown by another method.
10:04:20 PM [mysql] Press the Logs button to view error logs and check
10:04:20 PM [mysql] the Windows Event Viewer for more clues
10:04:20 PM [mysql] If you need more help, copy and post this
10:04:20 PM [mysql] entire log window on the forums
我该怎么办?我真的需要帮助,我需要打开 PhpMyadmin
10:04:16 PM [mysql] Port 3306 in use by "Unable to open process"!
3306 端口正在使用中。尝试从 ini 文件 (my.ini) 更改 Mysql 服务器的端口号。或者也许另一个 mysql 进程已经 运行
您可以通过
检查 mysql 的另一个实例是否是 运行
ps -eaf | grep mysql
我一直在使用相同的 XAMPP 很长一段时间,一切都很好。但是今天,MySQL 不想做 running
(start
) 过程。
我试过很多方法,比如重启,删除ibdata
,aria_log
,然后再试。但是结果还是不能running
,连我删掉的ibdata
等都恢复正常
9:50:34 PM [mysql] Status change detected: running
9:50:39 PM [mysql] Status change detected: stopped
9:50:39 PM [mysql] Error: MySQL shutdown unexpectedly.
9:50:39 PM [mysql] This may be due to a blocked port, missing dependencies,
9:50:39 PM [mysql] improper privileges, a crash, or a shutdown by another method.
9:50:39 PM [mysql] Press the Logs button to view error logs and check
9:50:39 PM [mysql] the Windows Event Viewer for more clues
9:50:39 PM [mysql] If you need more help, copy and post this
9:50:39 PM [mysql] entire log window on the forums
10:04:16 PM [mysql] Problem detected!
10:04:16 PM [mysql] Port 3306 in use by "Unable to open process"!
10:04:16 PM [mysql] MySQL WILL NOT start without the configured ports free!
10:04:16 PM [mysql] You need to uninstall/disable/reconfigure the blocking application
10:04:16 PM [mysql] or reconfigure MySQL and the Control Panel to listen on a different port
10:04:16 PM [mysql] Attempting to start MySQL app...
10:04:16 PM [mysql] Problem detected!
10:04:16 PM [mysql] Port 3306 in use by "Unable to open process"!
10:04:16 PM [mysql] MySQL WILL NOT start without the configured ports free!
10:04:16 PM [mysql] You need to uninstall/disable/reconfigure the blocking application
10:04:16 PM [mysql] or reconfigure MySQL and the Control Panel to listen on a different port
10:04:16 PM [mysql] Attempting to start MySQL app...
10:04:17 PM [mysql] Status change detected: running
10:04:20 PM [mysql] Status change detected: stopped
10:04:20 PM [mysql] Error: MySQL shutdown unexpectedly.
10:04:20 PM [mysql] This may be due to a blocked port, missing dependencies,
10:04:20 PM [mysql] improper privileges, a crash, or a shutdown by another method.
10:04:20 PM [mysql] Press the Logs button to view error logs and check
10:04:20 PM [mysql] the Windows Event Viewer for more clues
10:04:20 PM [mysql] If you need more help, copy and post this
10:04:20 PM [mysql] entire log window on the forums
我该怎么办?我真的需要帮助,我需要打开 PhpMyadmin
10:04:16 PM [mysql] Port 3306 in use by "Unable to open process"!
3306 端口正在使用中。尝试从 ini 文件 (my.ini) 更改 Mysql 服务器的端口号。或者也许另一个 mysql 进程已经 运行
您可以通过
检查 mysql 的另一个实例是否是 运行ps -eaf | grep mysql