(Reprinted) socket: 10038 error {A winSock bug: it may cause problems when closesocket is used for multiple errors}, 10038 closesocket
In the past few days, I want to modify an open source code to develop a product.The program was originally a single-Thread Network Program and needs to be modified to multiple threads.
Solution One:It is possible that some programs have been installed that have modified Winsock, and using the netsh winsock reset command to repair the Winsock restart computer!Solution Two:Add the Win32disableacceptex tag to the httpd.conf file as follows:Threadsperchild 1000Maxrequestsperchild 10000Acceptfilter http None#AcceptFilter HTTPS None this line of Apache 2.4.1 can not be connected to 443, so I did not set, in the Apache 2.4.3 version of the normal operationSolution Three:1. Network Ne
Tags: content appears mysq reference NET option Root SDN thisMySQL Remote connection error 10038--navicat for MySQL (10038)Reprint: http://blog.csdn.net/chana1101/article/details/39641415 Http://www.cnblogs.com/ohmydenzi/p/5521121.html When the MySQL 5.7 database is installed under Ubuntu server16.04.1 and then connected via Navicat for MySQL under Windows, the
The python version of the recent Learning Flask Framework is 3.5.2, the operating system is WIDNOWS7, the firewall has been turned off, but turning on debug will cause an error .
From flask import flask
app = Flask (__name__)
@app. Route ("/")
def Index (): Return
"index"
if __ name__ = = "__main__":
app.run (debug=true)
Errors are as follows
OSError: [Winerror 10038] An operation was attempt
Tags: input PC src Baidu help Click Last Close firewall technology Recently using Navicat for MySQL to access the remote MySQL database, an error occurred, showing "2003-can ' t connect MySQL Server on ' localhost ' (10038)". So desperately Baidu, finally found a solution. Method One: Turn off the firewall
1First make it clear that you are experiencing this err
The first method:
First step:
Reading the wrong window first
2003 can ' t connect to the MySQL server on ' 127.0.0.1 ' (10038).Step Two:
The reason is: remote 3306 port is not open to operation.
Step Three:
First remotely connect to the server, click "Start"--> "Administrative Tools"--> "Advanced Security Windows Firewall".
Fourth Step:
In the open window, select "Inbound Rules" to the left and click "New rule" on the right to establish an inb
Tags: NEC user tps execute ant IV TE by command catThe login account used does not have permission to log on remotely, so it can only be logged on the server via the command line.The solution is as follows:1. Log on to MySQL on the server via the command line or client;2. Perform the following sql:grant all privileges on open Access database. * To username @ "%" identified by "password string";If the root user is open to the remote login test database permissions, and set the login password for
Recently using Navicat for MySQL to access the remote MySQL database, an error occurred, showing "2003-can ' t connect MySQL Server on ' localhost ' (10038)". So desperately Baidu, finally found a solution.Method/Step
1Reading the wrong window first.
Through Baidu, finally found the reason is: remote 3306 port is not open .The following is a remote 3306 port open operation.
To connect to the serv
Tags: request tcp BSP. com cat ice tar images restartToday, when connecting to Windows Server 2003 MySQL with Navicat Premium, 10038 issues were thrown, a problem that occurred in Rhel before, that is, the firewall does not allow the connection to kill the request.Before in Rhel the processing method isIptables-i input-p TCP--dport 3306-j ACCEPTAnd then save the rule.Service Iptables SaveFinally reboot the firewallService Iptables RestartOk!And now it
This error occurs because the port number is not 3306.Open the D:\Program files\mysql\mysql Server 5.5 \my.ini file, and, of course, other. ini files:[Client]port=3306[MySQL]Default-character-set=utf8# SERVER Section# ----------------------------------------------------------------------## The following options would be read by the MySQL Server. Make sure# You are installed the server correctly (see above) so it reads this# file.#[Mysqld]# The TCP/IP
Tags: enter so control shortcut keys how Windows net resolves a searchMySQL connection error2003-10038Did not start MySQLcmd start MySQL Invalid reasonHow to start MySQL manually:Click on My Computer-"control-" file-"service found to open the service1. You must run the CMD program with administrator statusSo how to run the CMD program with the administrator status?Law One:In the Start menu search box, look for Cmd.exe, right-click to select Properties, and select Run as AdministratorLaw II:Creat
-invalid argumentSocket error 10024-too many open filesSocket Error 10035-resource temporarily unavailableSocket error 10036-operation now in progressSocket error 10037-operation already in progressSocket error 10038-
unreachable.A socket operation is attempted to A unreachable network. This usually means the software knows no route to reach the remote host.Wsaenobufs(10055)No buffer space available.An operation on a socket could is performed because the system lacked sufficient buffer space or because a queue is F Ull.Wsaenoprotoopt(10042)Bad protocol option.An unknown, invalid or unsupported option or level is specifi
is made to set so_keepalive on a connection that has already failed.Wsaenetunreach(10051)Network is unreachable.A socket operation was attempted to an unreachable network. This usually means the local software knows no route to reach the remote host.Wsaenobufs(10055)No buffer space available.An operation on a socket cocould not be performed med because the system lacked sufficient buffer space or because a
The following is the error code and description of socket error:
Socket error 0-directly send errorSocket error 10004-interrupted function // call operation terminatedSocket error 10013
Win2003, which was built with VirtualBox, is now used occasionally, and it is necessary to test the FTP and Asp,as.net under IIS. Before using IIS Manager to build the FTP, the host machine with FLASHFXP connected to the virtual machines, there will always be some errors, performance:
◦FTP connection is very slow, it is in the same intranet, speed is fast just right◦ Data Socket Error: Connection timeout◦P
When tclientsocket and tserversocket in Delphi are used for communication programming, the client using tclientsocket uses tclientsocket. when you close the connection and exit the program, the server that uses tserversocket sometimes reports the 'asynchronous socket error 10053 'error. Check the error Description: Sof
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.