I want to import a large database to phpmyadmin. Based on the answers provided here and the standard documentation link provided in the error below:
You probably tried to upload a file that is too large. Please refer to documentation for a workaround for this limit.
I have updated the php.ini configs and restarted my server. However, I still get the same error message and see 128 as the max file size as you can see below:
Here's what I have on my php.ini now:
upload_max_filesize = 512M
post_max_size = 512M
max_execution_time = 1200
max_input_time = 600
I am using WAMP with php 7.2 and restarted my services after making the changes. Any ideas on why the error is not resolved?