• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

How do I increase the max upload file size on phpmyadmin ?

P

PhilippeW

Guest
Hello,

I am facing an issue that I would have resolved in about 5 minutes with my usual linux servers. Anyway that's my question :

My customer has to upload a lager SQL dump via his Win 2k8 SP1 server with Plesk 10.3.1 panel.
I already have edited the php.ini file and restarted the services but this did not help.

Is there a way to increase the default max size from 2Mb to another larger value ?

Thanks in advance for your help

Kind regards,
Philippe
 
upload_max_filesize, memory_limit and post_max_size in the php.ini configuration file. All of these three settings limit the maximum size of data that can be submitted and handled by PHP. You may also need to change Maximum execution time setting.
 
ok thanks for the answer

Parallels support gave me confirmation that it was in the file located in C:\Program Files (x86)\Parallels\Plesk\admin\php.ini for phpmyadmin

This issue is now resolved
 
Back
Top