Problems with MySQL in XAMPP

6

Every time I press start on the MySQL button in XAMPP , I find this message:

Status change detected: running
16:21:27  [mysql]   Attempting to start MySQL app...

And it does not happen there, how can I solve it?

    
asked by Elias Arias 25.09.2018 в 00:25
source

1 answer

0

It's a common problem, it can be solved by opening cmd - > write sc delete mysql and execute.

Then you open the task manager, and in the processes tab you look for the process: mysqld.exe or mysqld.exe (32bits)

Close and open xampp and it should be fixed.

    
answered by 29.10.2018 в 16:54