Today we will learn how to increase upload size in phpmyadmin Plesk.
The default upload size is 2GB, this article will help you to increase database size.
Let’s start.
1. Access the Plesk server via SSH.
2. Edit /opt/psa/admin/conf/php.ini (for Debian) / /usr/local/psa/admin/conf/php.ini (for CentOS) and set the following values greater than the dump file size:
upload_max_filesize = 200M
post_max_size = 200M
3. Run the following commands to restart services:
# service sw-engine restart
# sw-cp-server restart