Sometimes you want to upload or import large mysql database through phpMyAdmin but it fails with upload limit error.
Follow below steps to increase upload or import limit for phpMyAdmin :
# Login with root user on Centos Web Panel CWP server
# Open below file :
/usr/local/cwp/php71/php.ini
Search for upload_max_filesize and post_max_size and increase those values.
Now we need to restart CWP php-fpm service
service cwp-phpfpm restart