1
I’m having trouble importing a 600mb . sql file.
My PHP is already authorized to receive files of this size:
memory_limit =1000M
post_max_size = 1000M
upload_max_filesize = 1000M
max_execution_time = 30000
max_input_time = 30000
but still in Phpmyadmin the limit is 128mb:
When I try to import it results in the following error:
I do not understand why this happens, I thank you in advance.
You restarted the web server after changing the file?
– Bacco
Yes, several times.
– SCOFIELD