• Do not post forums in any language other than English. Moreover, political, religious and adult content cannot be posted. Requested not to spamming posts. Such posts will be deleted very soon.

How to increase file upload limit in phpmyadmin on hestia cpanel?

Kieve

New member
I have seen from Hestiacp panel, It shows phpmyadmin import limit 20Mb or 2 Mb. But if your SQL file is greater than that limit, How can you upload the file?
Now I will show that process step by step.

i) First login to your Hestiacp panel as an admin user.

ii) Then Click on the Settings Icon from the top right bar.
Hestiacp 1.jpg


iii) Now click on the Php edit option.
Hestiacp 2.jpg


iv) Now change the values of the below config:
max_execution_time: 6000
max_input_time: 6000
memory_limit: 128M
post_max_size: 100M
upload_max_filesize: 100M

Hestiacp 3.jpg



v) Then click on the Save button.

vi) Now again click on the Settings icon from the top right bar.

vii) Then Click on Apache2 Edit Icon.
Hestiacp 4.jpg



viii) Then change the Timeout 30 to Timeout 6000
Hestiacp 5.jpg


This is the process to increase phpmyadmin upload limit.
If you have faced any problems with this, Please comment here. I will help you to solve it.

Thanks.
 
Top