Answers for "phpmyadmin max upload"

PHP
0

phpmyadmin max upload

edit or add this line in php.ini

max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M
post_max_size = 750M
upload_max_filesize = 750M
Posted by: Guest on January-08-2022

Code answers related to "phpmyadmin max upload"

Browse Popular Code Answers by Language