• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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