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:
HomeWhenItrytoimportititgivesmethefollowingerror:
I do not understand why this happens, thank you in advance.