Posts Tagged console
Simple MySQL CSV import from Console
Posted by Tyler Allen in Short, Tutorial on April 6, 2011
Everyone has the need to import and export data from a CSV into their MySQL database at some point or another. A quick search of Google reviles there are many different ways of doing this, and in my expectance some are far better than others. In this tutorial I’m going to show you my favourite way to import CSV data into MySQL using the “LOAD LOCAL DATA FILE” command. Read the rest of this entry »


