I'm trying to import a 300 000 line CSV file to MySQL with phpMyAdmin 2.8.0.1. File size is 8 MB after gzipping.
I manage to import about 800 - 2000 lines and after that phpmyadmin throws an "invalid field count in csv" error.
If I delete these lines from the beginning of csv and try import, phpmyadmin manages to import that same line which an error was thrown before.
Maybe this is related to php settings? Which values should i change?