• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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