How to change import limit on phpmyadmin running with wampserver? [duplicate]

青春壹個敷衍的年華 提交于 2019-12-11 15:14:57

问题


I can only upload files up to 128 MB big on Phpmyadmin. I need to change the value, so I tried to change the php.ini file via tray.

I already changed memory_limit = 128M to memory_limit = 2048M and restarted all services, but the limit in Phpmyadmin is still 128 MB.

Do I have to change another setting?


Update:

I figured out that you can also set it directly via the tray menu, but it makes no difference (restarted already):

Interestingly there is still 128M selected even after I changed it to 2048M in the php.ini. I set it to 2048M again via the tray menu.


  • memory_limit = 2048M
  • post_max_size = 2048M
  • upload_max_filesize = 2048M
  • max_execution_time = 300
  • max_input_time = 300

Made no difference.


The duplicate 'Can not increase file upload size WAMP' solved the problem.

来源:https://stackoverflow.com/questions/50552990/how-to-change-import-limit-on-phpmyadmin-running-with-wampserver

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!