6 messages in com.mysql.lists.win32Re: File
FromSent OnAttachments
GORE...@aol.com24 Dec 2001 17:55 
Stephano Mariani25 Dec 2001 06:29 
Gerald R. Jensen25 Dec 2001 09:14 
Rob Raisch25 Dec 2001 10:01 
gabi27 Dec 2001 08:15 
Land, Christopher27 Dec 2001 12:40 
Subject:Re: File
From:Rob Raisch (in@raisch.com)
Date:12/25/2001 10:01:55 AM
List:com.mysql.lists.win32

If the file contains legal SQL statements, you have to redirect it into the mysql program.

If it is a tab-delimited file of data records, one per line, then your problem is probably a lack of path. Try the same 'from infile' command, but fully qualify the path to your datafile... starting at the drive letter.

/rr