MySQL/PHP Error:[2002] Only one usage of each socket address (protocol/network address/port) is normally permitted

前端 未结 6 1978
陌清茗
陌清茗 2020-11-27 08:11

I couldn\'t find a solution to this already on stackoverflow, most other related topics had to do with Apache not starting first and getting this error. My issue is that aft

6条回答
  •  暖寄归人
    2020-11-27 08:24

    There is a simple Work around on this.

    Download CurrPorts http://www.nirsoft.net/utils/cports.html - a standalone freeware tool that lists was programs and services are using which ports. Sure, you can use netstat, the Windows Administrative Tools, and Task Manager to figure this out yourself, but CurrPorts does that all for you.

    Run Currports as administrator >> Select the service/application that creating problem by running to same port >> Stop the service. To stop service -

    1. Direct from Currports application.
    2. Start>>Run>>service.msc>> (select from the list).
    3. TaskManager.

    Hope you boost me up by polling.

提交回复
热议问题