First you need to change the values โโin the php.ini file to suit your requirements.
post_max_size = 1024M upload_max_filesize = 1024M max_execution_time = 3600 max_input_time = 3600 memory_limit = 1024M
Note. Change these values โโcarefully. These values โโwill affect all your projects on this server.
Now, if all of the above solutions do not work, kindly check the phpmyadmin.conf file. If you use WAMP, you can find the file in "C: \ wamp64 \ alias" .
You must change the values โโbelow.
The values โโare already in the file -
php_admin_value upload_max_filesize 128M php_admin_value post_max_size 128M php_admin_value max_execution_time 360 php_admin_value max_input_time 360
Change code above -
# php_admin_value upload_max_filesize 128M
Now just restart the server to work with the changed values. :)
Ankit Shrivastava
source share