Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the problem of 10055 error in mysql

2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces how to solve the problem of 10055 error in mysql. It is very detailed and has a certain reference value. Interested friends must finish reading it!

The solution to the 10055 error in mysql: first check how many connections and wait connections there are in netstat, disconnect the software, then check the range of available dynamic ports, and finally configure it with the command.

The solution to a 10055 error in mysql:

When the software accesses the database frequently, the system dynamically allocates a port for each connection. By default, windows can allocate 16383 ports (65535-49152). In the case of large concurrency, the ports are used up.

First check how many connections netstat has and wait for connections, and then turn off the software and disconnect.

Take a look at the range of available dynamic ports:

Netsh int ipv4 show dynamicport tcpnetsh int ipv4 show dynamicport udpnetsh int ipv6 show dynamicport tcpnetsh int ipv6 show dynamicport udp

Configure through the command:

Netsh int set dynamic start= num=

The minimum value of start is 1025 num. The minimum value is 255. the maximum value is start+num.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

  • Website hyperlink clicks are saved to mongodb

    Would you like to see if someone clicks on the news link on my home page? I wrote this for myself. As a result, I have clicked on the front-end main code (django template) for n days.

    © 2024 shulou.com SLNews company. All rights reserved.

    12
    Report