Increase Import Size of File in phpmyadmin (Ubuntu)
Increase Import Size of File in phpmyadmin (Ubuntu)
Increase Size of import File in phpmyadmin
Try these different settings in /etc/php5/apache2/php.ini
Find:
post_max_size = 8M
upload_max_filesize = 2M
max_execution_time = 30
max_input_time = 60
memory_limit = 8M
Change the values to your requirements.
Ex:
post_max_size = 20M
upload_max_filesize = 20M
max_execution_time = 60
max_input_time = 60
memory_limit = 8M
upload_max_filesize = 20M
max_execution_time = 60
max_input_time = 60
memory_limit = 8M
Ex:
----------->service apache2 restart
No comments:
Post a Comment