XAMPP MySQL无法启动

时间:2017-06-09 04:18:29

标签: mysql xampp

我安装了xampp但是mysql无法启动。我已经阅读了几个与之相关的线程,但那里的答案对我不起作用。当我在更改端口后甚至在停止另一个mysql服务器进程后尝试启动mysql时,它会一直停止。即使在尝试重新启动操作系统并以管理员身份安装xampp之后。请帮忙。这是我得到的错误:

13:10:04  [mysql]   Attempting to start MySQL service...
13:10:17  [mysql]   Problem detected!
13:10:17  [mysql]   Port 3306 in use by "C:\AppServ\mysql\bin\mysqld-nt.exe MySQL"!
13:10:17  [mysql]   MySQL WILL NOT start without the configured ports free!
13:10:17  [mysql]   You need to uninstall/disable/reconfigure the blocking application
13:10:17  [mysql]   or reconfigure MySQL and the Control Panel to listen on a different port
13:10:17  [mysql]   Attempting to start MySQL service...

1 个答案:

答案 0 :(得分:0)

我遇到过几个问题而且我可以解决这个问题,因为它并不总是清楚如何让mysql在xampp上工作;特别是如果你是一个新的xampp环境。

试试这个帖子。

How can I access the MySQL command line with XAMPP for Windows?

它应该让你开始。