Hello Friends,
I have another question. I've been with cPanel for 13 years and lately with Plesk. So everything here in myVestaCP is sort of new to me.
I have an SMF-based forum site with a MariaDB database size of about 3GB. I downloaded the database and tried to upload it on MyVestaCP's myPHPadmin. But the default upload size limit is only 800MB. How do I increase the upload and download limit of mySQL to 4GB using phpMyAdmin?
Thank you.
How to increase the upload size on myVesta CP
- myVesta
- Site Admin
- Posts: 962
- Joined: Fri Jun 19, 2020 9:59 am
- Has thanked: 10 times
- Been thanked: 6 times
as al3xg0r already said, see viewtopic.php?f=18&t=54
so, in /etc/php/7.3/fpm/pool.d/YOUR-HOST.conf file, alter:
so, in /etc/php/7.3/fpm/pool.d/YOUR-HOST.conf file, alter:
- upload_max_filesize
- post_max_size
- request_terminate_timeout
- max_execution_time
- memory_limit
Code: Select all
systemctl restart php7.3-fpm