View Single Post
  #3 (permalink)  
Old 06-02-08, 08:45 PM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,515
Thanks: 20
Thanked 109 Times in 106 Posts
This is another option - you might be able to create a CSV listing of your files.

Something like (syntax is rough):

ls avi_dir | sed "s/\r/\,/" > outfile

Then use the LOAD DATA MySQL command

http://dev.mysql.com/doc/refman/5.0/en/load-data.html
Reply With Quote