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 afte...

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.
Post a Comment