So I'm trying to import a .csv file into an SQL database using phpMyAdmin but it keeps quitting on me, I have already doubled the settings below from their default values, how much higher can I put them in order to get this .csv file imported?
There are over 400,000 rows across 7 columns.
404 Error
Or, as an alternative, are there any other methods that will enable me to get this information uploaded into the database in a timely manner, short of splitting the data into 8-10 smaller .csv files?
Thanks.