I am not being able to increase the file upload size in phpmyadmin. I am using laradock and I have already increased post_max_maxsize
and upload_max_filesize
value in php-fpm
laradock. I have already built after changing those values with --no-cache
.
Asked
Active
Viewed 347 times
0

tsheri sherpa
- 29
- 7
-
Try setting SET @@GLOBAL.wait_timeout=30000 through MYSQL CLI/QUERY. – Prabhjot Singh Kainth Dec 02 '19 at 06:58
-
Also refer to this https://stackoverflow.com/questions/8062496/how-to-change-max-allowed-packet-size. – Prabhjot Singh Kainth Dec 02 '19 at 06:59
-
I solved it by copying the exported database to docker container and import it using cli – tsheri sherpa Mar 04 '20 at 10:58
-
for laradock there is laravel.ini inside php-fpm folder where we can edit upload size and other value and need to rebuilt php-fpm using --no-cache and restart nginx and phpmyadmin – tsheri sherpa May 06 '22 at 09:23