How to insert a list from a text file into mysql table ?

I wish to insert a list of names from a content record (or csv), in to a mysql list which has some-more columns . we usually wish to deliver a names in a second mainstay of a list withdrawal all alternative fields default.

One thought on “How to insert a list from a text file into mysql table ?

  1. Use the LOAD DATA INFILE command. I’m not familiar with it enough to give you an example, but it should do what you need.