Mysql Xampp connection error

Asked

Viewed 69 times

0

Xaamp displays the following error and does not connect to Mysql

13:39:38  [mysql]   Problem detected!
13:39:38  [mysql]   Port 3306 in use by "Unable to open process"!
13:39:38  [mysql]   MySQL WILL NOT start without the configured ports free!
13:39:38  [mysql]   You need to uninstall/disable/reconfigure the blocking application
13:39:38  [mysql]   or reconfigure MySQL and the Control Panel to listen on a different port
  • Welcome Jean, this error means that port 3306 is already being used, configure through the xampp panel another port for mysql.

1 answer

0


Normally, this error occurs because of a process called "mysqlid" that runs on port 3306. I would recommend you locate this process this way: Open the cmd, type netstat -o -n -a and look for port 3306 (the address with a sequence of 0’s and the port) in "Local Address" (or "Local Address"). When locating it, observe the PID in question. Once this is done, go to your task manager in the services tab and finish the process according to the PID observed in the previous step (it will probably be "mysqlid"). Now just restart the service by XAMPP.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.