LOAD command failed if the Local infile is not \bin

2001-12-13 Thread hamzatk
Hi, I just discovered that I have to move the data text file I want to store in my table into bin directory of mysql directory (c:\mysql\bin\) before the LOAD DATA local infile text.txt INTO TABLE tabname can work. The problem here is that how do I then transfer this kind of file from my

Re: LOAD command failed if the Local infile is not \bin

2001-12-13 Thread Paul DuBois
On Thu, Dec 13, 2001 at 12:34:59PM -0500, [EMAIL PROTECTED] wrote: Hi, I just discovered that I have to move the data text file I want to store in my table into bin directory of mysql directory (c:\mysql\bin\) before the LOAD DATA local infile text.txt INTO TABLE tabname can work. No