Falha ao iniciar MYSQL via Xampp

Antonio Carlos
antoniocarlosjr
Published in
1 min readJul 7, 2017

Estava todo alegre no meu Windows, tentando iniciar o MYSQL através do Xampp, então me deparei com o seguinte erro:

12:35:23  [mysql]   Uninstall/disable the other service manually first
12:35:23 [mysql] Found Path: "C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld" --defaults-file="C:\Program Files\MySQL\MySQL Server 5.5\my.ini" MySQL
12:35:23 [mysql] Expected Path: c:\xampp\mysql\bin\mysqld.exe --defaults-file=c:\xampp\mysql\bin\my.ini mysql

Abra o terminal e execute esse comando:

sc delete mysql

Prontinho.

--

--