How to disable port number

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.