in reply to Re^2: Bulk data insertion into MySql
in thread Bulk data insertion into MySql

If you can already insert one million rows in two minutes, that seems like a very good speed to me.

Your task looks like a one-time script to import ("bulk load") a number of files into the database. Why do you need it faster? How often do you need to run it?