RE: Increase MYsql file size Upload
11-20-2017, 05:59 PM
(This post was last modified: 11-20-2017, 06:01 PM by testing.)
I have made my upload limit to 5gb but file still doesn't get upload. It says too large file. What to do in this case?
I am loooking in these values as you suggested.
; Maximum execution time of each script, in seconds
; http://www.php.net/manual/en/info.config...ution-time
max_execution_time = 30
; Maximum amount of time each script may spend parsing request data. It's a good
; idea to limit this time on productions servers in order to eliminate unexpect$
; long running scripts.
; Default Value: -1 (Unlimited)
; Development Value: 60 (60 seconds)
; Production Value: 60 (60 seconds)
; http://www.php.net/manual/en/info.config...input-time
max_input_time = 60
To what time or number I should raise them to make sure my files gets uploaded via phpmyadmin?
; Maximum amount of memory a script may consume (128MB)
; http://www.php.net/manual/en/ini.core.ph...mory-limit
memory_limit = 128M
To what extent I should raise it?
I am loooking in these values as you suggested.
; Maximum execution time of each script, in seconds
; http://www.php.net/manual/en/info.config...ution-time
max_execution_time = 30
; Maximum amount of time each script may spend parsing request data. It's a good
; idea to limit this time on productions servers in order to eliminate unexpect$
; long running scripts.
; Default Value: -1 (Unlimited)
; Development Value: 60 (60 seconds)
; Production Value: 60 (60 seconds)
; http://www.php.net/manual/en/info.config...input-time
max_input_time = 60
To what time or number I should raise them to make sure my files gets uploaded via phpmyadmin?
; Maximum amount of memory a script may consume (128MB)
; http://www.php.net/manual/en/ini.core.ph...mory-limit
memory_limit = 128M
To what extent I should raise it?