Run cmd to enter the command line, enter netstat-ano to list the computer port usage, and then enter netstat-ano | findstr "3306" to find out who is using port 3306, you can write down the "who" PID and find the corresponding process and program through the task manager.
Port 3306 is the default port of MySQL. However, some other software that can specify a port, you can also specify to use this port. In the Start Menu, click Run and Enter cmd to open the Command Prompt window. Enter netstat-B or netstat-ano to find the port localaddress. The column is opened on your local machine. port: next is the line of 3306, and then write down the corresponding number in the PID column. Right-click the task manager on the taskbar and choose View> Select column> check PID (process identifier) click the process tab of the task manager. Find the PID that you noted down. Then you can find the process that occupies the port.
How to disable port number