I've read the docs on the MySQL website and still can't get this to work. I have a huge text file I want to load and don't want to use "insert" for each line. That would be dumb.
Probably a badly worded title, but we'll see where this goes...<BR><BR>I have a reasonably large MySQL database (8GB MyISAM data, 1.2GB indexes) that holds statistical data. The data is inserted on a ...