How to Fix Not Enough Memory During File Upload on Phpmyadmin

I know the first solution is to change the value of this key: upload_max_filesize

Unfortunately, I'm still getting the error even after the update. Playing with php.ini, I found another suspect key: post_max_size, which turns out to be the culprit.

So make sure that you check, these values before uploading a sql script in phpmyadmin::

upload_max_filesize
post_max_size

Or just use the command tool.

0 Comments

Post a Comment

Post a Comment (0)

Previous Post Next Post
NERV Open Source

Building production Spring Boot systems?

Explore NERV — open-source Java libraries for audit trails, persistence, exception handling, and reliable event-driven architecture.

Explore NERV on GitHub →