Have a Question?
< All Topics
Print
4 – Change Upload Limit for phpMyAdmin
PostedNovember 24, 2023
UpdatedNovember 24, 2023
Byadmin
To change phpMyAdmin upload limits to a higher value:
-
Go to PHP → Edit PHP Configs → Advanced , and select php 7.3
-
Search “post_max_size” , and change value from default 8M to size you wish , for example 100M
- Search “upload_max_filesize” , and change value from default 2M to size you wish , for example 100M
- Save changes
-
Restart LSCPD by following command:
systemctl restart lscpd
-
Now go to phpMyAdmin, upload size is raised with your setting.
Posted
Updated
Byadmin