Importing or Exporting comma-separated (CSV) and other text-based files to / from MySQL databases
If you need to import data from CSV or other text-based files to a MySQL database or vice-versa, you can use the LOAD DATA or SELECT INTO OUTFILE statements explained in this post.
Read more


04 Feb 2010 

