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

前端 未结 6 1973
陌清茗
陌清茗 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:34

    This is the Doldurma answer but for lazy people, you just have to place this inside a .reg file and than click it (reboot was not required in my case)

    File content:

    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
    
    "TcpTimedWaitDelay"=dword:0000001e
    "MaxUserPort"=dword:0000fffe
    "TcpNumConnections"=dword:00fffffe
    "TcpMaxDataRetransmissions"=dword:00000005
    

提交回复
热议问题