Posts Tagged ‘ Load data infile

04 Mar 2009

Parse your file for save into your Mysql-table ? Think again Posted by Insane in Uncategorized | No responses

Sometimes you will need to grab the content of a file and place it into your table , depending of whether your file share a delimited character structure you can easily avoid using php for make the script that parse-save your data. Mysql comes with a pre-build command (LOAD DATA INFILE) for make your life simpler [...]

Tags:, , ,