I just learned that MySQL has a native CSV storage engine which stores data in a Comma-Separated-Value file per table.
Is it possible to create a table directly from
"Convert CSV to SQL" helped me. Add your CSV file and you are good to go.