Whats the best way to import large CSV text files (50MB or more) into a mysql table?
Thanks.
Bigdump
http://www.ozerov.de/bigdump.php
BigDump is used for importing files containing SQL queries. I need to import CSV files containing text values separated by commas.
Have you looked at LOAD DATA INFILE?
Or use phpmyadmin, it has a large csv OR dump handler.