I have a csv file with about a Million rows and 1930 Columns , which I'm hoping to load into MySql . I was able to convert the headers to a create Table statement but I run into this
SQL Error (1005): Can't create table TRAIN.table (errno: 185 "Too many columns")
Any idea as to y I get this error even though I`m not near the hard limit of number of columns