I have a CSV file full of email addresses for an online newsletter that I need to insert into a new MySQL database. Is there a way to import the CSV file or do I have to manually enter each email address?
The table in the db has 2 fields, id and email. All I need is to insert all the emails from the CSV file into it.