Home > Backend Development > PHP Tutorial > XAMPP 无法启动MYSQL

XAMPP 无法启动MYSQL

WBOY
Release: 2016-06-23 14:23:39
Original
1491 people have browsed it

XAMPP Path 服务器

12:02:20  [mysql]  MySQL Service detected with wrong path
12:02:20  [mysql]  Change XAMPP MySQL and Control Panel settings or
12:02:20  [mysql]  Uninstall/disable the other service manually first
12:02:20  [mysql]  Found Path: "C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt" --defaults-file="C:\Program Files\MySQL\MySQL Server 5.0\my.ini" MySQL
12:02:20  [mysql]  Expected Path: d:\xampp\mysql\bin\mysqld.exe --defaults-file=d:\xampp\mysql\bin\my.ini mysql

回复讨论(解决方案)

本地已有启动了一个mysql服务,
cmd->services.msc 里面去把另一个mysql服务停了

您打算启动两个 mysql 实例?

本地已有启动了一个mysql服务,
cmd->services.msc 里面去把另一个mysql服务停了

13:58:42  [mysql]  Attempting to start MySQL service...
14:06:37  [mysql]  Attempting to start MySQL service...
14:10:01  [mysql]  Attempting to start MySQL service...
14:11:45  [mysql]  Attempting to start MySQL service...
还是不好用啊。


本地已有启动了一个mysql服务,
cmd->services.msc 里面去把另一个mysql服务停了

13:58:42  [mysql]  Attempting to start MySQL service...
14:06:37  [mysql]  Attempting to start MySQL service...
14:10:01  [mysql]  Attempting to start MySQL service...
14:11:45  [mysql]  Attempting to start MySQL service...
还是不好用啊。 退出XAMPP,重新打开。



本地已有启动了一个mysql服务,
cmd->services.msc 里面去把另一个mysql服务停了

13:58:42  [mysql]  Attempting to start MySQL service...
14:06:37  [mysql]  Attempting to start MySQL service...
14:10:01  [mysql]  Attempting to start MySQL service...
14:11:45  [mysql]  Attempting to start MySQL service...
还是不好用啊。 退出XAMPP,重新打开。

谢谢你把我气坏了,全删了,重装备了,谢谢你。

我也是出现这个问题,都已经把服务停了再启动了,还是没能解决问题。

亲应该是在安装xampp之前电脑上装过mysql,然后默认启动的是以前的mysql
我也出过类似问题,后来修改注册表
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MySQL]的ImagePath修改成新的xampp中位置\mysql\bin\mysqld MySQL
重启explorer.exe进程,使注册表生效
再次点击 mysql 后边的start,OK!mysql服务正常启动!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template