Problem detected!
Port 3306 in use by "C:\xampp2\mysql\bin\mysqld.exe"!
MySQL WILL NOT start without the configured ports free!
You need to uninstall/disable/reconfigure the blocking application
or reconfigure MySQL and the Control Panel to listen on a different port
TO FIX THAT OPEN CMD RUN ADMIN
netstat -ano | findstr :<port_number>
tasklist | findstr <PID>
taskkill /F /PID <PID>
SAMPLE
TCP 0.0.0.0:3306 0.0.0.0:0 LISTENING 3688
TCP [::]:3306 [::]:0 LISTENING 3688
Port 3306 in use by "C:\xampp2\mysql\bin\mysqld.exe"!
MySQL WILL NOT start without the configured ports free!
You need to uninstall/disable/reconfigure the blocking application
or reconfigure MySQL and the Control Panel to listen on a different port
TO FIX THAT OPEN CMD RUN ADMIN
netstat -ano | findstr :<port_number>
tasklist | findstr <PID>
taskkill /F /PID <PID>
SAMPLE
TCP 0.0.0.0:3306 0.0.0.0:0 LISTENING 3688
TCP [::]:3306 [::]:0 LISTENING 3688