I have a WordPress production website.
I\'ve exported the database by the following commands: select database > export > custom > select all tables &g
I had this problem but with a docker container (phpmyadmin users),
Solution:
docker exec -it idcontainer /bin/bashcd /usr/local/etc/php/php.ini fileupload_max_filesize=128M
post_max_size=128M
max_execution_time=1000This problem was in a Windows pc, at Linux i didnt need to do this.