mysql将无法在xampp上启动
问题描述:
这是我在尝试在xampp上启动mysql时得到的错误消息,我昨晚才使用它,但它今天不会启动,任何帮助表示赞赏。mysql将无法在xampp上启动
12:03:07 [mysql] Error: MySQL shutdown unexpectedly.
12:03:07 [mysql] This may be due to a blocked port, missing dependencies,
12:03:07 [mysql] improper privileges, a crash, or a shutdown by another method.
12:03:07 [mysql] Press the Logs button to view error logs and check
12:03:07 [mysql] the Windows Event Viewer for more clues
12:03:07 [mysql] If you need more help, copy and post this
12:03:07 [mysql] entire log window on the forums
答
检查你是否有相同的端口上运行的另一个MySQL服务。 您可以通过
Start -> Run, type in services.msc, click OK.
找到服务面板一旦你找到它,将其关闭,并尝试启动XAMPP的mysql服务。
答
最近可能安装了wamp。您需要更改wamp服务器上的mysql端口,例如3008.并重新启动您的xampp服务器。
你可以添加mysql错误日志到你的问题吗? – evuez
[XAMPP - MySQL意外关闭]的可能重复(http://stackoverflow.com/questions/18022809/xampp-mysql-shutdown-unexpectedly) – evuez