Currently I am trying to import 1.3 GB CSV into MySQL via phpMyAdmin.
Problem: Having difficultly splitting the file and then importing it,after splitting using a windows program some of the columns become corrupted.
Question: Is it possible to upload the entire thing into phpMyAdmin without having to split it?
Information I have 5 columns in phpMyAdmin, and so does the CSV so columns match up.