Simple import of comma delimited files I'd like to import about 11 plain text files with between 5 to 30
comma delimited fields. Can I import these files into a new database
without having to design each table first? I don't mind doing it one
file at a time but I'm trying to avoid manually creating each table
for each file in mySQL. Thanks. |