it's a quantity update. all 150K+ records get their quantities updated based on product ID
so, if i could run mysql command via the command line...
should i use php to parse this tab delimited text file (the quantity update file) to create a sql file and then use bash to execute the mysql commands?