Keep in mind, I am not an experienced database person.
I have a csv flatfile that I want to import into a SQL database. Its not THAT big, 35 mbs or so with 2500 rows or so with 3900 columns both rows and columns are UNIQUE. 1st row is the header.
I am having a hard time importing this to the local MySQL database that I am using with Wamp. It either times out or I have to deal with a spinning death wheel for almost an hour before I begin to get impatient about the fact that I am uploading 35 mbs and cancel the upload.
I also find it hard to accept that I have to add each column one by one by typing INSERT for EACH column.
Is there a way to upload this to MySQL efficiently? Thanks in advance.