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

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -