I have a csv file, large, 30,000 lines. I tried to import it using a LOAD file, etc. From the terminal, as I found on Google, but that didn't work. He did the import, but my table hit 30,000 NULL rows.
After that I tried phpMyAdmin and there I found out that my csv was too big. I split it into 5 using CSV Splitter. I made an import for the first file. Everything went perfectly. Than I tried to import the second, but I got this error:
Fatal error: valid memory size 134217728 bytes exhausted allocate 35 bytes) in C: \ xampp \ phpMyAdmin \ libraries \ import \ csv.php on line 370
or error 1064.
Do you know why and how I can solve this? Thanks.
source share