HOW TO SET MAX_UPLOAD_FILESIZE
mgutierrez2013
FREEOP

10 months ago

HOW TO SET MAX_UPLOAD_FILESIZE IN PHPMYADMIN CONTAINER

$10 Bounty

2 Replies

mjablonski
PRO

10 months ago

You have to set it via a environment variable:

UPLOAD_LIMIT (see https://hub.docker.com/_/phpmyadmin/)


muhammadabdullahdogar
FREE

10 months ago

To set max_upload_filesize in a phpMyAdmin Docker container, you need to adjust the PHP configuration used by the container.
Some phpMyAdmin Docker images support environment variables like PHP_UPLOAD_MAX_FILESIZE or PHP_POST_MAX_SIZE, but this is not always the case.

Check your image docs first, but most likely, you need to customize php.ini.


Loading...