xampp - upload_max_filesize from php.ini doesn't work -
I want to import a database which is 11MB size. I have installed the xampp local server to do it in php.ini up to 2m I had set it to upload_max_filesize = 128M
and max_file_uploads = 128
. After that I used the phpinfo () function, which shows me that is set to 128 MB, but in phpmyadmin it shows me 8 MB and after import, I got this message: You may have tried to upload a file that is too large. Please see the documentation for resolving this limitation.
Yes, I've restarted the server several times!
I tried to find and answer other posts but due to no result, can anyone help me in this matter? Thx
Also set the maximum size for the desired value.
post_max_size = 128 m
Comments
Post a Comment