I'm having issues importing a sql.zip file into phpmyadmin. When I try to import the file I get the following error:
Fatal error:
Allowed memory size of 134217728 bytes exhausted (tried to allocate 132382880 bytes) in /usr/share/phpmyadmin/export.php on line 310
I've gone into the config file and the memory_limit is set to -1 (would it be better to set the limit?) and when I navigate into the export.php file I can't find a reason for the error. As far as I know the export.php file is still default, no one has edited the file.
Here's an image of the line (cursor marking line 310)
I've been beating my head against this for ages, any help would be appreciated.