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?
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?
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.