Hi Team,
I have tried to upload 40Mb mysql file. While import I am getting error to increase maximum upload file size. So I tried the below steps.
1. nano /usr/local/php/php.ini
post_max_size = 8M
upload_max_filesize = 2M
max_execution_time = 30
max_input_time = 60
memory_limit = 8M
Change to:
post_max_size = 750M
upload_max_filesize = 750M
max_execution_time = 300
max_input_time = 540
memory_limit = 1000M
2. Open /usr/local/apache/htdocs/phpMyAdmin/libraries/config.default.php
* DO NOT EDIT THIS FILE, EDIT config.inc.php INSTEAD !!!
*
* phpMyAdmin default configuration, you can copy values from here to your
* config.inc.php
3. So I have copied the config.default.php file to config.inc.php and edited the config.inc.php
$cfg['ExecTimeLimit'] = 0;
4. Restarted the Apache httpd service.
But still I am getting error. Please find the Images below for errors.