Creates an importable MySQL file from a CSV file.
Put the CSV file in the bin folder. From command line:
php csv2mysql.php [input.csv] [output.sql] [database]
The script doesn't actually do anything to your database, but the importable file will need to know the destination database and table.