Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Increase phpMyAdmin upload limit in Plesk..  (Read 2200 times)

0 Members and 1 Guest are viewing this topic.

Berny

  • Guest
Increase phpMyAdmin upload limit in Plesk..
« on: November 30, 2013, 12:40:41 pm »
If you wish to increase the upload limit for phpMyAdmin in plesk, you need to change the upload limit in php.ini of psa.

It can be done from the below steps.


1. Open the following file.

vi /usr/local/psa/admin/conf/php.ini


2. Change the following. (Say 80MB)


upload_max_filesize = 80M
post_max_size = 80M


Now save and quit.. ;)