Hi, I'm trying to import a text file in to a single table. The text file has 1880 lines but when I import it in to MySQL through phpmyadmin it cuts off at 126 records. Is there a set record limit some place? I've also tried "load data local infile" but that only works if I have the text file in the same directory as the database (embarrassed beyond belief) I don't know where the database is on the server so I can't put the text file in the same directory.
Any help would be much appreciated.
thank you
Erik