Created
July 1, 2014 11:33
-
-
Save hcosta/452c4997129672cac84b to your computer and use it in GitHub Desktop.
more file size in phpmyadmin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
post_max_size = 800M | |
upload_max_filesize = 800M | |
max_execution_time = 5000 | |
max_input_time = 5000 | |
memory_limit = 1000M |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment