To increase the upload file size limit in phpMyAdmin running on the Plesk / CentOS 7 server you need to modify the /usr/local/psa/admin/conf/php.ini configuration file:
- Set post_max_size = 64M (or whatever limit you want to set)
- Set upload_max_filesize = 64M (or whatever limit you want to set)
- Reboot the server.
![phpMyAdmin Import File](https://www.mysysadmintips.com/wp-content/uploads/2023/12/1113_phpmyadmin-upload-file-size-limit-increase_1.jpg)
November 2023
phpMyAdmin
Plesk
CentOS 7
Leave a Reply