tips XAMMP ERROR MYSQL

DavidEspinosa

Administrator
Developer
Verified member
Technician
VIP MEMBER
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
 

Footer

Disclaimer: SikatPinoy.net is a discussion community. We do not host user-shared files. Links/content posted by members are their responsibility. For takedown requests, please contact us.
Back
Top