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