I landed phpMyAdmin, also encountered can ' t create TCP/IP socket (10106) error, in the site to find a set of data, or no fruit, finally, in their own investigation, found the problem.
The environment of the website is WIN2003+PHP5, before the problem appeared, did not make any modification. When you suddenly visit the PHP Web site, there is an error: Warning:cannot Modify header information-headers already sent by ....
Doubt whether PHP or MySQL is a problem, through Phpinfo () to show the PHP environment is normal. On the server through the CMD dos operation of MySQL, normal.
The use of phpMyAdmin Landing, the error prompted can ' t create TCP/IP socket (10106), in the search for a large number of data, or did not find a way.
At the same time, the same server running ASP's Web site, also appeared abnormal, in the collection function, there are usually no error prompts: Msxml3.dll error ' 80070005 ' error.
Finally, the problem is eliminated to IIS, based on the different types of Web sites, the establishment of 3 new application pool, and the site classification, restart IIS, the problem solved!
Finally, it can be concluded that the problem is in the configuration of IIS, may be in the course of the Web site, resulting in some configuration information has been modified, by dividing the application pool, reinitialization of some parameters, so that the problem can be resolved!