php - phpMyAdmin trying to input database, file too big -


i trying import database 9,451 kb , 1,933 kb zipped up. when try import database error: you tried upload large file. please refer documentation ways workaround limit.

i have tried setting following settings , restarted local machine , still same error:

upload_max_filesize = 100000000000000000000000000000m memory_limit = 10000000000000000000000000000000000000m post_max_size = 1000000000000000000000000000000000000m  max_execution_time = 5000000000000 max_input_time = 500000000000 

what doing wrong :(

first thing, there lot of 0s in settings!! don't require such high allocations. keep default settings.

just change upload_max_filesize = 64m , post_max_size = 64m

now, getting point. why problem still persists.

  1. you modified wrong php.ini file. check if there's php.ini file in system.
  2. you don't require restart whole machine. restarting server enough.

try these , see if works out!


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -