increase phpmyadmin upload limit cpanel

Solutions on MaxInterview for increase phpmyadmin upload limit cpanel by the best coders in the world

showing results for - "increase phpmyadmin upload limit cpanel"
Teague
09 Aug 2020
1Increase upload size in PHPMYADMIN on cPanel server
2By default, phpmyadmin has a max upload size of 50 MiB. To increase this value on a cPanel server please do the following:
3
41. Login to WHM as root
52. Go to Server Configuration » Tweak Settings
63. Click on PHP tab
74. Update the values `max upload size` and `max POST size` to the max file size you need.
85. Don't forget to update `max execution time` to a proper value (in seconds) according to your upload speed to avoid getting the upload process fails if it takes a longer time than the value already set in `max execution time`.
9Save