Show HN: Convert CSV files into MySQL insert scripts 12 years ago
Here's one I made a few years ago:
http://utilitymill.com/utility/csv_to_create_table/
You just paste the content from excel or a csv.
It actually tries to figure out the data types and creates a table for you as well.