This forum is no longer active. Please post your questions to our new community site

Forums WAMPStack

increasing max import size

Subscribe to increasing max import size 3 post(s), 2 voice(s)

 
Avatar rgracia 8 post(s)

How do I change my phpmyadmin to achieve this? I need to increase it to at least 30mb.

 
Avatar rgracia 8 post(s)

By the way, my problem is that I have to create a development environment to test some upgrades before we upgrade the production server. The exported dB from PHPMyAdmin is 13mb. When I try to import it via PMA I get an error that it is too big. I tried changing theupload_max_filesize in php.ini but it has no effect on the setting via PMA. So I suppose there is a way to import this large file via command line. Could anyone explain how to do this with WAMPStack? or MAMPStack even? I work in both environments Windows and Mac.

 
Avatar antonio 621 post(s)

Hi rgracia,

I think that you have to modify both upload_max_filesize and post_max_size, please give that a try.

Cheers

Forums WAMPStack