Resolve the "out-of-length", "timeout" issue when importing a database using phpMyAdmin export

Source: Internet
Author: User
Tags phpmyadmin

1. Modify IIS ApplicationHost.config

    1. A. File location:%windir%/system32/inetsrv/config/applicationhost.config
    2. B. Locate the <requestFiltering> node
    3. C. Add the following elements for this node: <requestlimits maxallowedcontentlength= "2147483647"/> (upload size will be changed to 2G)

Note: There is no default <requestlimits maxallowedcontentlength= "Upload size value (in bytes)"/> element under this node.

2. Add the following content in Web. config

<configuration>
<system.web>

</system.web>
</configuration>

The FastCGI process exceeded the configured activity timeout period

1, iis7->fastcgi settings, double-click the "Php-cgi.exe" and "Activity timeout" item by default is set to 70 (seconds), instead of 600 (10 minutes, here according to the requirements can be set slightly higher ~)

2. Site site:

In the advanced settings of the site, click the connection limit, the default is 120 seconds, which changes in each site's

Resources:

Https://www.cnblogs.com/sell/p/4056823.html

Http://www.jb51.net/article/39436.htm

Resolve the "out-of-length", "timeout" issue when importing a database using phpMyAdmin export

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.