mysql - edited my php.ini, but still the phpmyadmin wont increase file size upload -


I am trying to increase the upload upload limit for importing a SQL file into phpmyadmin.

I checked Phpinfo and ensured that I am amending the correct php.ini file and adjusting these settings on it:

  Memory_limit = 200M post_max_size = 200m upload_max_filesize = 150M  

Many times the map has been restarted, but still the phpmyadmin has not affected the size of the file size.

This is a local build, so there is no concern about hosting any sharing.

Well I'm using MMP Pro, it seems that a conflict may arise

Thanks a lot for any suggestions

I'm not sure that this is the case in your php.ini file, but do not forget the semicolons. If he does not try to link it then

  memory_limit = 128M;  

Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -