Search code examples
apachephpmyadminwampphp

PHPMyAdmin max upload size will not change, wrong php.ini file


I have recently reinstalled my server this time with WAMP, previously I was using XAMPP.

In phpmyadmin the max upload size for database files is at 2,048kb.

I have changed the three variables in php.ini according to several forums and articles on the problem, restarted my server and it has no effect what so ever.

Is there some kind of environmental path variable etc that needs setting elsewhere?

What am I missing.


Solution

  • The php.ini may not be the one you expect. Be sure to check phpinfo to see what config is being used and which parameters are active.