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.
- you modified wrong php.ini file. check if there's php.ini file in system.
- you don't require restart whole machine. restarting server enough.
try these , see if works out!
Comments
Post a Comment