This forum is no longer active. Please post your questions to our new community site
increasing max import size
|
|
How do I change my phpmyadmin to achieve this? I need to increase it to at least 30mb. |
|
|
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. |
|
|
Hi rgracia, I think that you have to modify both upload_max_filesize and post_max_size, please give that a try. Cheers |

