I am trying to import a large (65mb) CSV file into a SQL table. I am using phpMyAdming and xampp. I have changed the following settings in php.ini:
memory_limit = 6000M
post_max_size = 128M
upload_max_filesize = 128M
When I try this I get error 'Fatal error: Out of memory (allocated 1852047360) (tried to allocate 262145 bytes) in C:\xampp\phpMyAdmin\libraries\import.lib.php on line 294'
What can I do to solve this error? I would also like to import a much larger database as well.