How to modify the Wamp database upload file size and upload time limit

Source: Internet
Author: User

A file if a few 10 trillion words, upload may be wrong, because the execution time is not enough,

For example, I encountered the Ecshop database file is more than 40 m first execution failure.
So simply set everything up at once. Look for the following in php.ini (PHP configuration file in Apache) file:
"Max_execution_time =" value changed to 1200
"Max_input_time =" value changed to 1200
"Memory_limit =" value changed to 256
"Post_max_size =" need to upload how much file to change the value to how big
"Upload_max_filesize =" Just like the above value.
This setting should ensure that there are no problems with file size uploads.
The second step is to resolve the execution time error. "Maximum Execution time of 300
Seconds ", this question to be found
config.inc.php This file, file path D:\wamp\apps\phpmyadmin2.11.6; I'm sure I can read it. After the file is found
Find $cfg[' exectimelimit '] = 300; Change 300 to 0 is not limited time, of course, according to the need to change to 30000000 is optional

How to modify the Wamp database upload file size and upload time limit

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.