📜  增加 phpmyadmin 上传限制 cpanel - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:37.975000             🧑  作者: Mango

代码示例1
Increase upload size in PHPMYADMIN on cPanel server
By default, phpmyadmin has a max upload size of 50 MiB. To increase this value on a cPanel server please do the following:

1. Login to WHM as root
2. Go to Server Configuration » Tweak Settings
3. Click on PHP tab
4. Update the values `max upload size` and `max POST size` to the max file size you need.
5. 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`.
Save